Commit Graph

1427 Commits

Author SHA1 Message Date
friendica 7044975520 item table upgrade for storing post visibility 2014-08-06 17:00:25 -07:00
friendica 85032a1fa3 db tables for extensible profile fields 2014-08-02 14:56:17 -07:00
friendica 35ed18967a block channel removal for 48 hours after changing the account password, since the password is required to remove a channel. Somebody looking at an open session on somebody else's computer can simply change the password and then proceed to maliciously remove the channel. This change gives the owner 2 days to discover that something is wrong and recover his/her password and potentially save their channel from getting erased by the vandal. This is most likely to happen if a relationship has gone bad, or something incriminating was found in your private messages when you left your computer briefly unattended. 2014-07-29 20:13:01 -07:00
Paolo Tacconi 87f5544f1f Chatroom lines are deleted after MAX_CHATROOM_HOURS or the chat becomes slow to load 2014-07-29 09:06:04 +02:00
friendica b19176169c provide a specific permission for liking profiles (reuse the obsolete bookmark permission), also remove the unused 'unconnected contacts' view for now. 2014-07-17 20:54:30 -07:00
friendica 3a31ddea2b provide os_mkdir to workaround permission issues with php mkdir 2014-07-16 01:07:00 -07:00
friendica 0435a08f3b fix rename_system_url() for the case of somebody who has no local xchan_url (was cloned from elsewhere and is not primary) 2014-07-15 17:11:43 -07:00
friendica c74fd78993 move smarty compiled files to store/[data]/smarty3 - which puts all writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time. 2014-07-10 21:34:52 -07:00
friendica fa706c8e86 finish implementing email verification. Currently it only applies if REGISTER_OPEN is in effect. 2014-07-09 21:10:56 -07:00
friendica ee6fd1d6e5 minor optimisation 2014-07-01 21:24:43 -07:00
friendica bb26dce293 one more... 2014-06-30 01:12:07 -07:00
friendica 1a715adb34 add zottel dir server 2014-06-29 16:27:37 -07:00
friendica 423372c964 prevent mis-configured servers from leaking cookies 2014-06-24 19:59:37 -07:00
friendica 0cfcb02311 ability to like things 2014-06-23 05:19:28 -07:00
friendica 1dacfb375e honour the admin censored flag in the directory, and some slow progress on extended likes 2014-06-22 17:15:42 -07:00
friendica a0747799fc likes table for liking things besides posts and comments 2014-06-22 03:39:43 -07:00
Alexandre Hannud Abdo b20887995a Implements a new permission level PERMS_PENDING
With this a user can allow some action to any user which connects
to them, even before they've connected back.

Ref.
https://mobiliza.org.br/display/478d9e71eaf55748dc646d3990651d6d34cfb7db5c38360538ec730ca3ccf908@zothub.com

Also some code cleanup and an alternative logic for handling
notifications of permission changes in zot.php.

This assumes that private posts are still restricted to people in
your addressbook. Regardless of your global permissions, a
pending channel won't get private posts, even if the post
only has a deny clause not matching the pending channel.
2014-06-19 15:13:32 -03:00
friendica 64a370056c load main.js last 2014-06-13 17:33:03 -07:00
friendica 2a6d7b6a07 cleanup dead directory entries. This was a real b#tch, so keep your eye out for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain. 2014-05-28 21:42:46 -07:00
friendica bcac633085 implement 'requires' on personal apps 2014-05-22 19:19:04 -07:00
friendica 696f62331d try to recover from bad update 2014-05-20 22:38:33 -07:00
friendica 71f5908e21 add optional context to translations 2014-05-20 20:22:38 -07:00
friendica 6d01707a72 more app backend work 2014-05-19 16:49:11 -07:00
friendica 68ca4ef19e support commerical apps 2014-05-18 02:21:06 -07:00
marijus 89b8bc07ac implement modal for more then 10 likes/dislikes 2014-05-18 09:14:21 +02:00
friendica 28e8a1d2d3 app DB structure 2014-05-17 17:18:56 -07:00
friendica 3e8e67df2c Set a default directory server from a hard-wired list if one was not previously chosen. 2014-04-25 18:10:23 -07:00
friendica 46ed2570b8 whitespace - nothing else 2014-04-09 20:11:52 -07:00
friendica ad60e2c566 use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well. 2014-04-06 02:57:33 -07:00
friendica 27fec9cb64 more efficient public feed fetching 2014-04-02 15:13:50 -07:00
friendica ced6d82633 finish up the source route storage so we can prevent messages from flowing upstream in complicated delivery chains 2014-03-31 16:25:05 -07:00
friendica a6d8668a5f try and sort out the item delete mess 2014-03-27 20:28:48 -07:00
friendica 9a3a2819c1 add admin/channels 2014-03-26 17:05:45 -07:00
friendica 7375e30506 This should be a slight improvement in setting ciphers - we'll punt on RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. 2014-03-25 15:19:18 -07:00
Thomas Willingham d9fd2a20c8 is_developer() for those awkward "Don't touch this yet unless
you know what you're doing" commits - especially the ones with UI
components.
2014-03-08 19:11:23 +00:00
Thomas Willingham 70ff71c03b Create a sys chan for hubs that already exist too. 2014-03-07 21:31:19 +00:00
friendica 8c7e076dae bring friends back 2014-03-06 01:29:42 -08:00
friendica 86d60f572f change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections 2014-03-04 14:35:42 -08:00
friendica 3d49bf0320 directory sync issues 2014-03-03 21:00:42 -08:00
friendica bfd9f5ec87 enable network/matrix expiration, this should be functional but the options have been reduced/restricted so we're only looking at network posts and ignore anything that is filed, starred, or is resource_type 'photo' (which should not be possible in non-wall posts, but we just want to be sure). Will require the adventurous tester(s) to set 'channel_expire_days' in their channel record. 2014-03-03 19:15:11 -08:00
friendica 7baeb45183 some anomolies found when viewing connections in various cases. 2014-03-02 19:40:59 -08:00
friendica bf401a5afa allow templates to have multiple styles - this would be a bit like having a schema for a template file. At first you'll think this is insane and overly complicated, you'll just have to wait and see what I'm up to. Then it will start to make sense. 2014-03-02 00:24:29 -08:00
friendica 102521844b put schemas in Comanche (this requires theme support (!)) 2014-02-27 20:48:10 -08:00
friendica e7e97e578b put bookmarked chatrooms into poco 2014-02-25 19:48:13 -08:00
friendica 2c72e49d1f more chatroom discovery 2014-02-25 17:55:30 -08:00
friendica 8fd12eb122 Merge https://github.com/friendica/red into zpull 2014-02-25 14:13:26 -08:00
friendica 08313bac6c allow personalised page layouts for modules. 2014-02-25 14:12:51 -08:00
Thomas Willingham 8e3a16bcdd Update channel permissions to full ints 2014-02-25 21:06:47 +00:00
friendica 2becbae402 remote "add bookmark" - like rpost but saves a bookmark from a remote hub into one of your own bookmark folders (or a new one if desired). 2014-02-24 20:46:52 -08:00
friendica 2ccff45221 In case a page has overloaded a module, see if we already have a layout defined. Otherwise, if a pdl file exists for this module, use it. 2014-02-23 18:40:43 -08:00