Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load main.js last | friendica | 2014-06-13 | 1 | -0/+4 |
| | |||||
* | cleanup dead directory entries. This was a real b#tch, so keep your eye out ↵ | friendica | 2014-05-28 | 1 | -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 apps | friendica | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | try to recover from bad update | friendica | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | add optional context to translations | friendica | 2014-05-20 | 1 | -1/+0 |
| | |||||
* | more app backend work | friendica | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | support commerical apps | friendica | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | implement modal for more then 10 likes/dislikes | marijus | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | app DB structure | friendica | 2014-05-17 | 1 | -7/+7 |
| | |||||
* | Set a default directory server from a hard-wired list if one was not ↵ | friendica | 2014-04-25 | 1 | -0/+8 |
| | | | | previously chosen. | ||||
* | whitespace - nothing else | friendica | 2014-04-09 | 1 | -154/+154 |
| | |||||
* | use parent_mid in the parent query for enotify instead of of the parent id. ↵ | friendica | 2014-04-06 | 1 | -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 fetching | friendica | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | finish up the source route storage so we can prevent messages from flowing ↵ | friendica | 2014-03-31 | 1 | -1/+1 |
| | | | | upstream in complicated delivery chains | ||||
* | try and sort out the item delete mess | friendica | 2014-03-27 | 1 | -0/+8 |
| | |||||
* | add admin/channels | friendica | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 1 | -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 unless | Thomas Willingham | 2014-03-08 | 1 | -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 Willingham | 2014-03-07 | 1 | -0/+7 |
| | |||||
* | bring friends back | friendica | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | change flags for one-way connections from hidden to unconnected so we can ↵ | friendica | 2014-03-04 | 1 | -0/+1 |
| | | | | still use hidden for - well hiding connections | ||||
* | directory sync issues | friendica | 2014-03-03 | 1 | -3/+2 |
| | |||||
* | enable network/matrix expiration, this should be functional but the options ↵ | friendica | 2014-03-03 | 1 | -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. | friendica | 2014-03-02 | 1 | -3/+1 |
| | |||||
* | allow templates to have multiple styles - this would be a bit like having a ↵ | friendica | 2014-03-02 | 1 | -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 (!)) | friendica | 2014-02-27 | 1 | -3/+4 |
| | |||||
* | put bookmarked chatrooms into poco | friendica | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | more chatroom discovery | friendica | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-25 | 1 | -1/+1 |
|\ | |||||
| * | Update channel permissions to full ints | Thomas Willingham | 2014-02-25 | 1 | -1/+1 |
| | | |||||
* | | allow personalised page layouts for modules. | friendica | 2014-02-25 | 1 | -2/+12 |
|/ | |||||
* | remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵ | friendica | 2014-02-24 | 1 | -3/+3 |
| | | | | into one of your own bookmark folders (or a new one if desired). | ||||
* | In case a page has overloaded a module, see if we already have a layout ↵ | friendica | 2014-02-23 | 1 | -1/+4 |
| | | | | defined. Otherwise, if a pdl file exists for this module, use it. | ||||
* | small changes to a couple of lookup functions which we need to use a bit more | friendica | 2014-02-20 | 1 | -0/+1 |
| | |||||
* | fix the broken hublocs in an update | friendica | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵ | friendica | 2014-02-18 | 1 | -0/+1 |
| | | | | able to successfully authenticate (but is not necessarily in this network). | ||||
* | Windows hack for proc_run() from Marshall | Thomas Willingham | 2014-02-16 | 1 | -2/+7 |
| | |||||
* | set default for account_level in DB | friendica | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | bookmarking | friendica | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -1/+2 |
| | |||||
* | accept new connection broke yesterday | friendica | 2014-02-03 | 1 | -0/+1 |
| | |||||
* | don't load any configs from DB if installing - especially in style.pcss | friendica | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | some windows fixes | friendica | 2014-02-02 | 1 | -1/+5 |
| | |||||
* | chat expiration (default 2 hours) - but can be set on a per-chatroom basis | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | add client field to chatpresence - which will give us a place to put IP ↵ | friendica | 2014-01-28 | 1 | -1/+1 |
| | | | | 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 | -1/+1 |
| | |||||
* | move some store things | friendica | 2014-01-21 | 1 | -1/+1 |
| | |||||
* | allow menus to have special roles | friendica | 2014-01-15 | 1 | -2/+7 |
| | |||||
* | only let visitors remove their own files. | friendica | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | allow objects to have permissions | friendica | 2013-12-28 | 1 | -1/+1 |
| |