Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-29 | 1 | -47/+32 |
|\ | |||||
| * | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 1 | -47/+32 |
| | | | | | | | | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation. | ||||
* | | fix os_mkdir | friendica | 2015-03-29 | 1 | -2/+3 |
|/ | |||||
* | add channel_lastpost timestamp to help optimise some outrageously expensive ↵ | friendica | 2015-03-26 | 1 | -1/+1 |
| | | | | queries. | ||||
* | reduce the occurrence of duplicated notice() messages | friendica | 2015-03-12 | 1 | -5/+8 |
| | |||||
* | channel delegation | friendica | 2015-03-10 | 1 | -0/+3 |
| | |||||
* | straighten out some directory stuff, which required some Comanche structural ↵ | friendica | 2015-03-05 | 1 | -2/+20 |
| | | | | changes | ||||
* | add queue priority | friendica | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | login adjustment | Mario Vavti | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | automated warning after a few days if poller is dead | friendica | 2015-03-02 | 1 | -0/+43 |
| | |||||
* | Nag hub admins with self-signed certs to fix them. Otherwise we'll just have ↵ | friendica | 2015-03-01 | 1 | -0/+34 |
| | | | | | | to start marking them as dead sites. | ||||
* | require access token to view, query, or join directories in private realms, ↵ | friendica | 2015-02-24 | 1 | -1/+1 |
| | | | | if the realm is so configured. | ||||
* | Updated doxygen docu about deperecated functions. | Klaus Weidenbach | 2015-02-18 | 1 | -5/+27 |
| | | | | | Corrected wrong return types in doxygen docu and add a deprecation log entry. | ||||
* | hub upgrade w/name change via Alex | friendica | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | Patches from Thomas regarding offline status off whogotzot.com | jeroenpraat | 2015-02-14 | 1 | -1/+0 |
| | |||||
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 1 | -1/+1 |
| | | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief. | ||||
* | more progress on event confirmations | friendica | 2015-02-10 | 1 | -0/+3 |
| | |||||
* | improved directory registration - honour standalones and do the right thing | friendica | 2015-02-02 | 1 | -0/+7 |
| | |||||
* | two tracks proceeding in parallel - first adding the ability to store a ↵ | friendica | 2015-02-01 | 1 | -1/+14 |
| | | | | digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory. | ||||
* | provide compatibility functions so code breakage with customised setups or ↵ | friendica | 2015-01-28 | 1 | -0/+12 |
| | | | | work in progress should be minor | ||||
* | remote_user => remote_channel | friendica | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -8/+8 |
| | |||||
* | provide storage for directory based reputation in the xlink table by setting ↵ | friendica | 2015-01-26 | 1 | -1/+1 |
| | | | | xlink_static = 1, so that xlink_static = 0 is traditional poco linkages | ||||
* | Merge branch 'master' of https://github.com/friendica/red | marijus | 2015-01-22 | 1 | -1/+2 |
|\ | |||||
| * | added redmatrix.nl back as a directory server. this was not the issue with ↵ | Jeroen | 2015-01-22 | 1 | -1/+2 |
| | | | | | | | | the performance problems | ||||
* | | change mod/sharedwithme backend to use activity object - this is not ↵ | marijus | 2015-01-22 | 1 | -1/+1 |
|/ | | | | backwards compatible | ||||
* | add my.federated.social as directory server | friendica | 2015-01-20 | 1 | -0/+1 |
| | |||||
* | typo in postgres db update, remove redmatrix.nl from directory servers since ↵ | friendica | 2015-01-20 | 1 | -1/+0 |
| | | | | it isn't a directory server any more. | ||||
* | oauth permissions table | friendica | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | fix update 1131 for postgres databases | Habeas Codice | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | more backend work on poco rating | friendica | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | some back-end code to support location activity objects. Work in progress. | friendica | 2015-01-14 | 1 | -0/+1 |
| | |||||
* | federate consensus items (in network only). Work in progress. | friendica | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | provide a setting to control ALLOWCODE permissions at the channel level - it ↵ | friendica | 2015-01-13 | 1 | -1/+1 |
| | | | | isn't always appropriate to apply this to all channels in an account. | ||||
* | basic backend work for creating consensus items | friendica | 2015-01-11 | 1 | -0/+4 |
| | |||||
* | basic changes for file activity | marijus | 2015-01-09 | 1 | -0/+1 |
| | |||||
* | syncing connections issue, incorrect return_url after deleting connection | friendica | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | don't allow admin to delete the sys channel from the channel manage page | friendica | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Sorting of autocomplete | Stefan Parviainen | 2015-01-04 | 1 | -0/+16 |
|\ | |||||
| * | no newline at end of file | friendica | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | syntax issues (with some php versions?), unchecked intval | friendica | 2015-01-01 | 1 | -0/+16 |
| | | |||||
* | | Autocmplete suggestions for non-local users, also suggest from visited ↵ | Stefan Parviainen | 2015-01-04 | 1 | -0/+1 |
|/ | | | | channel's connections | ||||
* | filter posts you author from unseen notifications - note there are other ↵ | friendica | 2014-12-28 | 1 | -0/+2 |
| | | | | ways to do this, but involve some code complexity. This is easier to implement but may have a slight impact on the ping query performance. It's not horrid, just mentioning for the record. | ||||
* | doc update | friendica | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | provide last successful poll run time (using relative time) in siteinfo so ↵ | friendica | 2014-12-21 | 1 | -0/+10 |
| | | | | that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly. | ||||
* | Add security logger to RedDAV. | Klaus Weidenbach | 2014-12-14 | 1 | -1/+10 |
| | | | | Some smaller clean ups whitepsaces and tabs, use PHP_EOL, Doxygen, etc. | ||||
* | Fix WSOD on login | Thomas Willingham | 2014-12-12 | 1 | -3/+5 |
| | |||||
* | Some Doxygen comments and small cleanups. | Klaus Weidenbach | 2014-12-07 | 1 | -50/+138 |
| | |||||
* | Put dir back - the fat lady didn't sing afterall. | Thomas Willingham | 2014-12-04 | 1 | -1/+2 |
| | |||||
* | Update dir fallbacks. | Thomas Willingham | 2014-11-25 | 1 | -1/+0 |
| |