Michael Vogel
237b5a6e40
New page setting for the maximum frontend load value.
2015-05-02 22:05:04 +02:00
Michael Vogel
5e2c93e80c
Merge remote-tracking branch 'upstream/develop' into 1503-load-issues
2015-04-06 13:30:22 +02:00
Beanow
e016db8bc6
Version bump, 3.4.0
2015-03-22 15:25:31 +01:00
Michael Vogel
ae172a9cec
If the load is too high, now not only the poller but also the page delivery will stop.
2015-03-15 07:45:50 +01:00
Johannes Schwab
12d7ca9b84
improved infinite scrollling
2015-02-13 00:40:59 +01:00
Michael Vogel
2b5372aebe
Forcing all non-SSL requests to SSL requests is now an option.
2014-10-26 22:15:12 +01:00
Michael Vogel
68e75b4623
Reload a non-ssl-request to a ssl-request. (only when SSL_POLICY_FULL is enabled)
2014-10-24 00:52:29 +02:00
fabrixxm
b95e746259
allow mod/view in install mode to load pcss files. Fix unstiled install
2014-09-20 12:09:10 +02:00
Michael Vogel
e2f9ae3970
Removing of some warnings
2014-07-24 22:53:09 +02:00
Michael Vogel
4d574866b1
Support for the Diaspora App in Firefox.
2014-02-02 09:56:37 +01:00
Michael Vogel
7e5c8ab91c
Keeping an offset for page switching: This helps so that you don't see old messages
2013-12-10 00:13:19 +01:00
Michael Vogel
d20d2f74ae
Bugfix: Page switching had a problem with the search. And automatic reloading hadn't worked with some search terms
2013-12-08 20:10:28 +01:00
Michael Vogel
285584e8d6
Minimal: Disable loading of content at the end of the page, since it makes problems at the moment.
2013-12-05 20:41:30 +01:00
Michael Vogel
3e5b9e97e7
New "minimal" mode for displaying the network content. Preparation for e.g. a multicolumn layout.
2013-12-04 23:46:51 +01:00
Michael Vogel
0b31aa963d
Bugfix: There were speed problems with inifinite scroll on firefox
2013-11-03 13:47:59 +01:00
Michael Vogel
759015e5fd
Removed many "limit 1" at update and delete queries since they were superflous und generated massiv logfile entries
2013-11-02 16:13:11 +01:00
Michael Vogel
693b6d0fd4
Infinite scroll: At the end of the network page new content is loaded automatically
2013-10-15 00:43:11 +02:00
Michael Vogel
d5ae5ecedd
- Improved speed due to forced indexes when showing items.
...
- Possibility to setup a hostname
2013-09-15 10:40:58 +02:00
Michael Vogel
ed33d28e61
redoing the change concerning the hostname.
2013-08-12 11:09:11 +02:00
Michael Vogel
e746c4955b
Added an option to configure the hostname manually. And there was a problem when APC wasn't present.
2013-08-11 21:19:26 +02:00
Zered
a6fae9a0db
Solving the "Disallow public access to addons listed in the apps menu" has no effect bug
...
Adding plugin_is_app function in include/plugin.php for checking if a plugin is an app or not (checking the existence of an 'app_menu' hook)
Populating the app menu conditionaly ( is the user logged or not, are apps private ) and dissalowing apps running if apps are private and the user not logged
2013-07-24 03:53:10 +02:00
friendica
ed6ca1d384
rev update
2013-05-21 22:37:51 -07:00
friendica
886c3d1472
bad checkin
2013-05-02 22:19:16 -07:00
friendica
185d29c41e
undefined element
2013-05-02 21:42:34 -07:00
Michael Vogel
c40c61c106
OStatus conversations: Fixed a bug when a message hadn't got an id.
...
vier: Some more changes to make the side menu static.
In the index.php I did a small change to make friendica compatible with the android client for diaspora.
2013-03-06 23:23:04 +01:00
friendica
f07df4f667
merge
2013-03-02 15:46:54 -08:00
Michael Vogel
93143702ed
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
boot.php
database.sql
library/fancybox/jquery.fancybox-1.3.4.css
mod/search.php
update.php
2013-02-17 12:35:40 +01:00
Michael Vogel
2cb576d305
Bugfixing after adding timestamps
2013-01-27 13:57:44 +01:00
Zach Prezkuta
bf26af5ac6
insidious set_config bug
2013-01-18 23:38:49 -07:00
friendica
20eb767b7e
don't run two processes for every web access (noticed that dbupdate is always started as a background task under normal operation).
2013-01-18 17:37:45 -08:00
Zach Prezkuta
c32f754b6e
remove commented-out check_config()
2013-01-14 20:34:28 -07:00
Zach Prezkuta
6d77237f06
check plugins in separate function
2013-01-14 20:31:32 -07:00
Zach Prezkuta
31c3bbf549
add maintenance mode
2013-01-14 16:35:41 -07:00
Zach Prezkuta
3e59b0715b
better location for toggle_mobile code
2013-01-03 11:16:10 -07:00
Zach Prezkuta
708e7e51db
missed an explicit include
2012-12-28 16:17:33 -07:00
Zach Prezkuta
e684324032
use explicit include paths
2012-12-28 14:51:50 -07:00
Zach Prezkuta
999c3439e6
fix mobile photo uploads; better theme control; frost improvements
2012-11-06 08:43:19 -07:00
friendica
a02e5f692e
disabling auto_redir until we prevent it from infinite looping
2012-10-15 16:28:43 -07:00
Zach Prezkuta
cee50502d3
toggle mobile on all themes; Frost updates
2012-09-29 17:47:47 -06:00
Domovoy
75d355a2aa
Rendering is now done by Item objects
2012-08-10 19:57:39 +02:00
Zach Prezkuta
1f09e7ad23
Modify Javascript to improve page loading times
...
1. Add template category 'end' that places content right before final </body> tag
2. Move most Javascript from tpl files into one cacheable file, theme.js
3. Load scripts at end of the HTML document instead of in the header
4. Minify several Javascript files
Note that the second and third things were only done for Frost and Frost Mobile. Doing it for every theme means going through every .tpl for every theme and rearranging the Javascript, which is tedious.
2012-07-28 09:57:16 -06:00
friendica
e9aba87d76
add plugin hooks to every module_function (allows plugins to be triggered off specific pages/urls)
2012-06-18 20:57:43 -07:00
friendica
30295926b9
make sure default timezone is set in external processes
2012-06-11 19:52:46 -07:00
friendica
3811fe288f
rename get_language() to get_browser_language()
2012-05-13 04:52:29 -07:00
friendica
d48cd0f9a3
hidden plugins (add .hidden file to dir)
2012-04-30 23:07:52 -07:00
friendica
f4ea764aaf
zrl hook
2012-04-14 04:54:26 -07:00
friendica
3380ff3240
Merge pull request #223 from campino/master
...
bug fix
2012-04-10 15:21:37 -07:00
Alexander Kampmann
64cf2d089a
fixed install bug
2012-04-10 17:10:24 +02:00
friendica
4c3b835307
path to default.php in theme dir was incorrect
2012-04-10 01:51:53 -07:00
Alexander Kampmann
7ac4b83c39
made exceptions from the db optional
...
set address for updae mails correctly
2012-04-09 14:04:49 +02:00