Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing quote | friendica | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | this is the reason Diaspora forum tagging was broken | friendica | 2014-10-14 | 1 | -1/+8 |
| | |||||
* | store diaspora meta info in the item table. It has to go there or it will ↵ | friendica | 2014-09-03 | 1 | -1/+10 |
| | | | | kill us with complex joins. We can phase out the sign table once this all checks out. | ||||
* | Ability to close comments at a certain date/time - needed for loom.io ↵ | friendica | 2014-08-28 | 1 | -1/+9 |
| | | | | emulation (and many other uses) | ||||
* | mind numbing drudgery continued... | friendica | 2014-08-27 | 1 | -1/+11 |
| | |||||
* | place to store multiple choice and select items for extensible profiles | friendica | 2014-08-26 | 1 | -1/+10 |
| | |||||
* | more hard work | friendica | 2014-08-26 | 1 | -1/+33 |
| | |||||
* | We really can't do this without a hubloc. I was hoping we could, but ↵ | friendica | 2014-08-22 | 1 | -1/+13 |
| | | | | notifier is setup to take hublocs, not xchans. | ||||
* | some more work on realms | friendica | 2014-08-17 | 1 | -1/+9 |
| | |||||
* | provide backend storage and declaration of directory realm | friendica | 2014-08-16 | 1 | -1/+10 |
| | |||||
* | item table upgrade for storing post visibility | friendica | 2014-08-06 | 1 | -1/+10 |
| | |||||
* | db tables for extensible profile fields | friendica | 2014-08-02 | 1 | -1/+29 |
| | |||||
* | block channel removal for 48 hours after changing the account password, ↵ | friendica | 2014-07-29 | 1 | -1/+10 |
| | | | | 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. | ||||
* | provide a specific permission for liking profiles (reuse the obsolete ↵ | friendica | 2014-07-17 | 1 | -2/+12 |
| | | | | bookmark permission), also remove the unused 'unconnected contacts' view for now. | ||||
* | provide os_mkdir to workaround permission issues with php mkdir | friendica | 2014-07-16 | 1 | -2/+2 |
| | |||||
* | move smarty compiled files to store/[data]/smarty3 - which puts all ↵ | friendica | 2014-07-10 | 1 | -3/+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 ↵ | friendica | 2014-07-09 | 1 | -1/+9 |
| | | | | REGISTER_OPEN is in effect. | ||||
* | ability to like things | friendica | 2014-06-23 | 1 | -1/+9 |
| | |||||
* | honour the admin censored flag in the directory, and some slow progress on ↵ | friendica | 2014-06-22 | 1 | -1/+11 |
| | | | | extended likes | ||||
* | likes table for liking things besides posts and comments | friendica | 2014-06-22 | 1 | -1/+23 |
| | |||||
* | implement 'requires' on personal apps | friendica | 2014-05-22 | 1 | -1/+8 |
| | |||||
* | try to recover from bad update | friendica | 2014-05-20 | 1 | -1/+13 |
| | |||||
* | more app backend work | friendica | 2014-05-19 | 1 | -2/+9 |
| | |||||
* | support commerical apps | friendica | 2014-05-18 | 1 | -1/+12 |
| | |||||
* | app DB structure | friendica | 2014-05-17 | 1 | -1/+26 |
| | |||||
* | use parent_mid in the parent query for enotify instead of of the parent id. ↵ | friendica | 2014-04-06 | 1 | -1/+8 |
| | | | | 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 fetching | friendica | 2014-04-02 | 1 | -1/+10 |
| | |||||
* | finish up the source route storage so we can prevent messages from flowing ↵ | friendica | 2014-03-31 | 1 | -1/+8 |
| | | | | upstream in complicated delivery chains | ||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 1 | -2/+9 |
| | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. | ||||
* | typo | friendica | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | bring friends back | friendica | 2014-03-06 | 1 | -1/+9 |
| | |||||
* | directory sync issues | friendica | 2014-03-03 | 1 | -2/+9 |
| | |||||
* | put bookmarked chatrooms into poco | friendica | 2014-02-25 | 1 | -1/+9 |
| | |||||
* | more chatroom discovery | friendica | 2014-02-25 | 1 | -1/+19 |
| | |||||
* | Update channel permissions to full ints | Thomas Willingham | 2014-02-25 | 1 | -2/+20 |
| | |||||
* | vsprintf error on update | friendica | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | fix the broken hublocs in an update | friendica | 2014-02-20 | 1 | -1/+17 |
| | |||||
* | set default for account_level in DB | friendica | 2014-02-07 | 1 | -1/+8 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -1/+9 |
| | |||||
* | chat expiration (default 2 hours) - but can be set on a per-chatroom basis | friendica | 2014-01-30 | 1 | -1/+10 |
| | |||||
* | add client field to chatpresence - which will give us a place to put IP ↵ | friendica | 2014-01-28 | 1 | -1/+7 |
| | | | | addresses for webRTC. Might as well allow for that since we'll (soon) have presence. Then we wouldn't need SIP and folks can "just" p2p each other using any mechanism they wish if they have permission to do so. | ||||
* | chat data structures | friendica | 2014-01-27 | 1 | -2/+57 |
| | |||||
* | move some store things | friendica | 2014-01-21 | 1 | -1/+6 |
| | |||||
* | allow menus to have special roles | friendica | 2014-01-15 | 1 | -1/+9 |
| | |||||
* | only let visitors remove their own files. | friendica | 2014-01-09 | 1 | -1/+10 |
| | |||||
* | allow objects to have permissions | friendica | 2013-12-28 | 1 | -1/+11 |
| | |||||
* | db update for directory profiles - and fix broken database.sql from the ↵ | friendica | 2013-12-25 | 1 | -1/+11 |
| | | | | sys_perms addition a couple days back | ||||
* | add account_level, is_foreigner and is_member functions; convert all e2ee ↵ | friendica | 2013-12-23 | 1 | -1/+10 |
| | | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!! | ||||
* | remove a couple of mysql reserved words from being used as table or row ↵ | friendica | 2013-12-22 | 1 | -1/+14 |
| | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. | ||||
* | Some sys chan stuff | Thomas Willingham | 2013-12-22 | 1 | -1/+17 |
| |