aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* provide an expert option to opt out from user zoom on mobile devicesmarijus2014-08-131-0/+5
|
* item table upgrade for storing post visibilityfriendica2014-08-061-1/+1
|
* db tables for extensible profile fieldsfriendica2014-08-021-1/+1
|
* block channel removal for 48 hours after changing the account password, ↵friendica2014-07-291-1/+1
| | | | 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.
* Chatroom lines are deleted after MAX_CHATROOM_HOURS or the chat becomes slow ↵Paolo Tacconi2014-07-291-0/+5
| | | | to load
* provide a specific permission for liking profiles (reuse the obsolete ↵friendica2014-07-171-2/+2
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-161-0/+9
|
* fix rename_system_url() for the case of somebody who has no local xchan_url ↵friendica2014-07-151-11/+21
| | | | (was cloned from elsewhere and is not primary)
* move smarty compiled files to store/[data]/smarty3 - which puts all ↵friendica2014-07-101-6/+8
| | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
* finish implementing email verification. Currently it only applies if ↵friendica2014-07-091-1/+1
| | | | REGISTER_OPEN is in effect.
* minor optimisationfriendica2014-07-011-1/+1
|
* one more...friendica2014-06-301-1/+2
|
* add zottel dir serverfriendica2014-06-291-1/+2
|
* prevent mis-configured servers from leaking cookiesfriendica2014-06-241-2/+10
|
* ability to like thingsfriendica2014-06-231-1/+1
|
* honour the admin censored flag in the directory, and some slow progress on ↵friendica2014-06-221-1/+1
| | | | extended likes
* likes table for liking things besides posts and commentsfriendica2014-06-221-1/+1
|
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-191-0/+1
| | | | | | | | | | | | | | | | 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.
* load main.js lastfriendica2014-06-131-0/+4
|
* cleanup dead directory entries. This was a real b#tch, so keep your eye out ↵friendica2014-05-281-0/+1
| | | | 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.
* implement 'requires' on personal appsfriendica2014-05-221-1/+1
|
* try to recover from bad updatefriendica2014-05-201-1/+1
|
* add optional context to translationsfriendica2014-05-201-1/+0
|
* more app backend workfriendica2014-05-191-1/+1
|
* support commerical appsfriendica2014-05-181-1/+1
|
* implement modal for more then 10 likes/dislikesmarijus2014-05-181-1/+1
|
* app DB structurefriendica2014-05-171-7/+7
|
* Set a default directory server from a hard-wired list if one was not ↵friendica2014-04-251-0/+8
| | | | previously chosen.
* whitespace - nothing elsefriendica2014-04-091-154/+154
|
* use parent_mid in the parent query for enotify instead of of the parent id. ↵friendica2014-04-061-1/+1
| | | | 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.
* more efficient public feed fetchingfriendica2014-04-021-1/+1
|
* finish up the source route storage so we can prevent messages from flowing ↵friendica2014-03-311-1/+1
| | | | upstream in complicated delivery chains
* try and sort out the item delete messfriendica2014-03-271-0/+8
|
* add admin/channelsfriendica2014-03-261-0/+1
|
* This should be a slight improvement in setting ciphers - we'll punt on ↵friendica2014-03-251-1/+1
| | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
* is_developer() for those awkward "Don't touch this yet unlessThomas Willingham2014-03-081-1/+10
| | | | | you know what you're doing" commits - especially the ones with UI components.
* Create a sys chan for hubs that already exist too.Thomas Willingham2014-03-071-0/+7
|
* bring friends backfriendica2014-03-061-1/+1
|
* change flags for one-way connections from hidden to unconnected so we can ↵friendica2014-03-041-0/+1
| | | | still use hidden for - well hiding connections
* directory sync issuesfriendica2014-03-031-3/+2
|
* enable network/matrix expiration, this should be functional but the options ↵friendica2014-03-031-0/+2
| | | | 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.
* some anomolies found when viewing connections in various cases.friendica2014-03-021-3/+1
|
* allow templates to have multiple styles - this would be a bit like having a ↵friendica2014-03-021-1/+5
| | | | 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.
* put schemas in Comanche (this requires theme support (!))friendica2014-02-271-3/+4
|
* put bookmarked chatrooms into pocofriendica2014-02-251-1/+1
|
* more chatroom discoveryfriendica2014-02-251-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2014-02-251-1/+1
|\
| * Update channel permissions to full intsThomas Willingham2014-02-251-1/+1
| |
* | allow personalised page layouts for modules.friendica2014-02-251-2/+12
|/
* remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵friendica2014-02-241-3/+3
| | | | into one of your own bookmark folders (or a new one if desired).