Commit Graph

7511 Commits

Author SHA1 Message Date
friendica 6220ab4b54 fix profile update propagation 2013-06-18 02:51:43 -07:00
friendica c0cc494bf3 fix mod-display when not logged in. 2013-06-18 02:06:16 -07:00
friendica 5f84e3940d much more efficient config functions. This will save potentially hundreds of DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days. 2013-06-17 20:16:50 -07:00
friendica c5e3859828 another try on zidified notifications - this time it actually seems to work 2013-06-17 19:25:46 -07:00
friendica 49802d9a47 one of those days... 2013-06-17 17:19:05 -07:00
friendica 94c758080f zidify bodies of notification emails 2013-06-17 16:21:03 -07:00
friendica f4e8198335 found it - but I'll do some more testing before undoing the bypass 2013-06-16 23:20:36 -07:00
friendica 322c9d76fc undefined function 2013-06-16 23:08:52 -07:00
friendica 7ae340dd40 typos 2013-06-16 23:07:04 -07:00
friendica 82539ba2bc override comment policy until it's working 2013-06-16 22:56:56 -07:00
friendica 28cd8594a7 implement 'can_comment_on_post()' which doesn't require a separate DB lookup per item. 2013-06-16 20:44:29 -07:00
friendica 764ee785f5 We will need a per item comment policy to be able to determine in advance if we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything. 2013-06-16 19:14:01 -07:00
friendica 99252d65bf reset email templates to English 2013-06-16 16:49:46 -07:00
friendica 47ef689c92 implement taggable in auto-complete popups 2013-06-16 16:31:59 -07:00
friendica c4c80a2e47 directory search by hub 2013-06-16 05:28:49 -07:00
friendica 2971ee9a4c hopefully this won't screw up everything - if it does, revert. Otherwise this should work at delivery time to check tag deliveries and bounce the message before it's stored if the channel doesn't allow you to post and you aren't allowed to tag deliver either. Previously this was handled after the post was already stored so you needed posting permission as well as tag deliver permission to get past the checks. 2013-06-16 00:57:39 -07:00
friendica a37ac8f2f3 flag taggable connections in acl selector 2013-06-16 00:03:22 -07:00
friendica f338da04e1 don't federate webpages ;-) 2013-06-15 19:31:38 -07:00
friendica ee21dfc245 fix "new connection has less permissions than public" 2013-06-15 15:45:54 -07:00
friendica 87e4f50eda hijack the #getzot tag 2013-06-15 02:31:34 -07:00
friendica b7854c89b1 silence a pointless warning 2013-06-15 02:15:45 -07:00
friendica 527afc54b6 Merge https://github.com/friendica/red into zpull 2013-06-14 16:56:21 -07:00
friendica 765d6e0a97 push refresh messages, performance work on conversations and configs, doc updates 2013-06-14 16:54:58 -07:00
Thomas Willingham 3c98d184c3 Merge pull request #57 from git-marijus/patch-1
beautify code
2013-06-14 13:10:02 -07:00
git-marijus ed939ed21c beautify code 2013-06-14 20:17:15 +02:00
Thomas Willingham 2a9611467b Lighttpd sample config 2013-06-14 15:41:19 +01:00
friendica 9b67e114ad possibly fix skipped pages on endless scroll 2013-06-13 19:21:45 -07:00
friendica c7ac5a9d80 Merge https://github.com/friendica/red into zpull 2013-06-13 17:53:40 -07:00
friendica 125ee673de missing include 2013-06-13 17:53:16 -07:00
Thomas Willingham 047967da99 Nginx config - add an index in case they don't have a http block 2013-06-13 18:47:22 +01:00
Thomas Willingham 9992b1ffe6 Add sample nginx conf in doc/install - we'll keep configs and trouble shooting doco here, where everything can be plain text,
since it's for people who haven't got Red installed yet/properly, and may not be able to read markdown easily.
2013-06-13 17:46:23 +01:00
friendica 2d3a0a6525 feeds are bit more standards compliant and a bit less broken now 2013-06-12 21:12:27 -07:00
friendica d996dc58be very minimal Atom feed - there will be a lot of bugs and unparseable content if you've got elaborately structured objects, but I got the thing to at least render in firefox given some quick test posts. If you find bugs (as you certainly will), feel free to fix them. 2013-06-12 20:03:04 -07:00
friendica 4a072297f7 missed a few zrl/zmg conversions, like for translate_item and enotify messages 2013-06-12 00:58:31 -07:00
friendica 6914a4eeac Merge https://github.com/friendica/red into zpull 2013-06-09 16:27:39 -07:00
friendica 1e3d59eca2 rev update 2013-06-09 16:27:14 -07:00
Thomas Willingham 8090177efb Another missing include 2013-06-09 18:16:02 +01:00
Thomas Willingham 3b2d183343 Merge branch 'master' of https://github.com/friendica/red 2013-06-09 02:18:35 +01:00
Thomas Willingham e3a5a8c368 Quick fix for PCSS until the cleaned up version is finished. 2013-06-09 02:17:39 +01:00
friendica d76ec28f79 import requires a valid account 2013-06-08 16:41:57 -07:00
friendica 80be209bce Merge https://github.com/friendica/red into zpull 2013-06-08 16:30:50 -07:00
friendica ee1ecd8ea2 remove uploaded import file once we're done with it. 2013-06-08 16:29:56 -07:00
Thomas Willingham 4132cab862 Rename newmessage widget (since we'll need to put more stuff in it as we make zotmail look like email), and add a "check mail" button. 2013-06-07 22:53:43 +01:00
Thomas Willingham b263f11d77 Another missing include 2013-06-07 20:40:36 +01:00
friendica c21f8c68e3 by default pending connections have no rights 2013-06-06 18:35:37 -07:00
friendica 1b70ac1bc0 no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead 2013-06-06 16:12:34 -07:00
friendica e0c6ee2082 photo album listing widget broken 2013-06-05 23:07:52 -07:00
friendica f18a909eef set default channel to new import if a default channel wasn't already set 2013-06-05 19:35:04 -07:00
friendica e65449ee11 missing include, plus change to new red api path for basic export 2013-06-05 19:15:44 -07:00
friendica 2493770af9 doh - would probably help to decode the data before trying to use it... 2013-06-05 18:40:10 -07:00