eef40cb3fd
duplicate supression SQL query was horribly inefficient and could cause issues in resource deprived environments.
redmatrix
2016-07-07 18:47:18 -07:00
233cfc29d6
hide the redeliver option one level down since it should rarely be needed by folks outside of shared hosting.
redmatrix
2016-07-07 17:23:52 -07:00
e11330a5c8
revise how we store perm_limits
redmatrix
2016-07-07 16:44:58 -07:00
227320f6f0
more fixes for /cloud and /dav
Mario Vavti
2016-07-07 20:16:27 +02:00
3bee6543fb
reduce the memory usage of the expire query dramatically.
redmatrix
2016-07-06 22:19:05 -07:00
581a3c5323
expire crashing on shared hosting from memory exhaustion. Lower the expire limit. Also the sys channel was being expired with everybody else due to a flag change regression.
redmatrix
2016-07-06 22:02:06 -07:00
41fa2d6c69
delivery invoked twice in mod_tagger, once in post_activity_item() and another at the main module level
redmatrix
2016-07-01 20:46:57 -07:00
5947467339
use small photo for Diaspora attribution correction; the medium looks awkward in the D* stream.
redmatrix
2016-07-01 20:34:00 -07:00
0a11991340
use visibility instead of display to hide elements
Mario Vavti
2016-07-01 12:58:15 +02:00
0630609d6e
Merge remote-tracking branch 'upstream/dev' into wiki
Andrew Manning
2016-07-01 06:36:25 -04:00
205924ff29
JavaScript popup for page delete confirmation
Andrew Manning
2016-07-01 06:35:49 -04:00
7371e08625
ditch the change_view widget and make header fixed in fullscreen mode
Mario Vavti
2016-07-01 12:21:19 +02:00
bb5ec8cfb8
allow multiple apd's per plugin dir
redmatrix
2016-07-01 02:16:23 -07:00
e6c8de5e4c
if cron is broken because the entire db or config table is crashed, don't send a cron broken email - because we have no way of limiting it to just one email. We need a working config to do that.
redmatrix
2016-06-30 21:43:00 -07:00
bd403276f2
disable wiki if feature disabled, sync updates of delayed publish posts
redmatrix
2016-06-30 21:27:59 -07:00
7f8dcf4f12
sync flags even if post has not been edited
redmatrix
2016-06-30 21:12:39 -07:00
0fd8eeec23
Merge remote-tracking branch 'upstream/dev' into wiki
Andrew Manning
2016-06-30 21:51:33 -04:00
7124c0aee5
Replace homemade table of content generator with existing jQuery plugin. Now toc is linked to document headings.
Andrew Manning
2016-06-30 21:50:38 -04:00
852b2659e9
update moment.js to version 2.13
Mario Vavti
2016-06-30 21:56:00 +02:00
b41357e2a1
Merge remote-tracking branch 'upstream/dev' into dev
zottel
2016-06-30 15:51:36 +02:00
1cc816f662
dreport: convert timestamp to channel localtime and get rid of old pre-template code
redmatrix
2016-06-29 22:53:18 -07:00
bfe84a9ff7
templatise the Dreport page and add a redeliver option for when things stuff up badly.
redmatrix
2016-06-29 22:46:47 -07:00
339e620738
wiki featured disabled by default in UNO.
redmatrix
2016-06-29 21:03:53 -07:00
9ef710c557
provide wiki as a feature (default is on so there aren't any surprises) and add to channel menu and profile tabs
redmatrix
2016-06-29 20:59:00 -07:00
df4ff26845
only request geolocation permission if we're creating a post.
redmatrix
2016-06-29 17:53:59 -07:00
2e93a09d83
stream large photos through buffered I/O if possible
redmatrix
2016-06-29 17:31:48 -07:00
7d62e087c6
identity_export_year() was a bit short-sighted. We really require arbitrary date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time.
redmatrix
2016-06-28 13:36:48 -07:00
dcc65bbacb
update to sabre/dav to version 3.2.0
Mario Vavti
2016-06-28 21:45:14 +02:00
feaad50b6c
Merge branch 'dev' into sabre32
Mario Vavti
2016-06-28 13:45:00 +02:00
7b2d54dffa
fix month view in fullscreen mode
Mario Vavti
2016-06-28 13:44:32 +02:00
e170217c33
erge branch 'dev' into sabre32
Mario Vavti
2016-06-28 11:57:03 +02:00
aff58934c0
update fullcalendar to version 2.8.0
Mario Vavti
2016-06-28 11:56:28 +02:00
9f576369a9
Merge branch 'dev' into sabre32
Mario Vavti
2016-06-28 11:09:22 +02:00
7d7f43c205
still working through some issues with curl magic-auth fixed profile photo upload
redmatrix
2016-06-27 22:25:37 -07:00
30a5fe3061
provide a daemon for implementing zot magic-auth over curl.
redmatrix
2016-06-27 19:53:35 -07:00
b155e93ab1
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
redmatrix
2016-06-27 19:04:00 -07:00
3704ff57cb
replace [+] and [-] with chevron icons
redmatrix
2016-06-27 16:50:06 -07:00
ee1d527497
comment on the setup page about the possible need for intermediate certs.
redmatrix
2016-06-27 16:15:47 -07:00
fe7020e2f8
start on re-write of the permissions doc. Some of this will change (slightly), as the permissions framework is currently evolving. Most of the concepts and mechanisms will remain the same, but we need to simplify and do a better job of explaining the concepts.
redmatrix
2016-06-27 05:18:35 -07:00
85d2ad4aea
Merge branch 'dev' into perms
redmatrix
2016-06-27 04:00:10 -07:00
5b9cd0af64
Merge branch 'dev' into sabre32
Mario Vavti
2016-06-27 09:54:01 +02:00
8d298d5a06
fix for the rendering side of issue #412. We traditionally store all "user generated" content with ENT_COMPAT encoding to reduce the attack vector for JS CSS exploits. This may present compatibility issues sharing wikis to platforms which do not provide such CSS protection. We can either decide that wikis are inherently insecure and filter them on render (with an associated performance penalty), or keep the existing method of filtering on store. I'm not making that choice. I'm merely fixing the obvious rendering issue in mono-platform viewing.
redmatrix
2016-06-26 22:26:45 -07:00
3035c792dc
remove the app $a passed to profile_load, also add profile_load to mod_wiki which should fix issue #431
redmatrix
2016-06-26 22:13:59 -07:00
2029b2b9ed
document the daemon classes
redmatrix
2016-06-26 21:58:09 -07:00
e2de2f65d5
issue #442, tables contain too much whitespace (there's a definite issue here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem).
redmatrix
2016-06-26 20:15:42 -07:00
81da9f99e4
Fixed bug with rendering table of contents upon page load
Andrew Manning
2016-06-26 15:41:25 -04:00
216f034b6d
Also generate table of contents when loading the page
Andrew Manning
2016-06-26 15:27:55 -04:00
b96edd8b9a
Added table of contents generator. Table is inserted wherever [toc] is encountered.
Andrew Manning
2016-06-26 15:04:47 -04:00
27ee95106d
Merge branch 'dev' into sabre32
Mario Vavti
2016-06-26 08:59:58 +02:00
0df3978cc5
A page name wrapped in double brackets is converted into a link to another page in the current wiki
Andrew Manning
2016-06-25 14:29:52 -05:00