aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* fix update 1148zottel2015-09-031-1/+1
|
* dummy updateredmatrix2015-09-021-1/+1
|
* dummy update placeholderredmatrix2015-09-011-1/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-311-1/+0
|\
| * Removed redmatrix.nl as a fallback server (directory mode to normal) + ↵jeroenpraat2015-08-291-1/+0
| | | | | | | | update strings ES
* | change the likes db structure to make it more easily importable/exportableredmatrix2015-08-311-1/+1
|/
* fallback directory server list updateredmatrix2015-08-271-1/+1
|
* missed this one - it's requiredredmatrix2015-08-201-1/+1
|
* add event_sequence for vtodo'sredmatrix2015-08-181-1/+1
|
* add DB support for tasks, todo items and repeating eventsredmatrix2015-08-161-1/+1
|
* dummy updateredmatrix2015-07-301-1/+1
|
* patch to allow theme based widgetsredmatrix2015-07-231-1/+0
|
* in hubzilla we're going to convert doco to items. define it here so that an ↵redmatrix2015-07-031-0/+1
| | | | accidental import/export doesn't chuck a wobbly.
* no this isn't it. well ok, it's part of it, but not the important part. it's ↵redmatrix2015-06-281-1/+1
| | | | still pretty cool.
* add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵redmatrix2015-06-081-1/+1
| | | | webpages to be viewed even if site is configured "block public".
* add menu_created, menu_edited fields to DBredmatrix2015-05-281-1/+1
|
* Implement permission checking for OAuth clients using the xperm table. ↵redmatrix2015-05-171-0/+10
| | | | Currently 'all' permissions are applied to OAuth clients which gives them the same rights as the channel owner and full access to API functions as the channel owner. However, individual permissions can now be created. These mirror the permission names from the normal permission table (although it isn't required that they do so). Lack of an xp_perm entry for the specified permission and lack of an 'all' override indicates permission denied.
* preserve htmlhead in case somebody needs itMario Vavti2015-05-151-1/+3
|
* provide default permissions ('all') for existing and newly created OAuth app ↵redmatrix2015-05-141-1/+1
| | | | clients, which will be extended in the future to allow specific permissions.
* product was a bad string to use because we may require it for e-commerce, ↵redmatrix2015-05-131-2/+2
| | | | and RED_PLATFORM is equally problematic for other reasons.
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-291-47/+32
|\
| * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-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_mkdirfriendica2015-03-291-2/+3
|/
* add channel_lastpost timestamp to help optimise some outrageously expensive ↵friendica2015-03-261-1/+1
| | | | queries.
* reduce the occurrence of duplicated notice() messagesfriendica2015-03-121-5/+8
|
* channel delegationfriendica2015-03-101-0/+3
|
* straighten out some directory stuff, which required some Comanche structural ↵friendica2015-03-051-2/+20
| | | | changes
* add queue priorityfriendica2015-03-041-1/+1
|
* login adjustmentMario Vavti2015-03-031-2/+2
|
* automated warning after a few days if poller is deadfriendica2015-03-021-0/+43
|
* Nag hub admins with self-signed certs to fix them. Otherwise we'll just have ↵friendica2015-03-011-0/+34
| | | | | | to start marking them as dead sites.
* require access token to view, query, or join directories in private realms, ↵friendica2015-02-241-1/+1
| | | | if the realm is so configured.
* Updated doxygen docu about deperecated functions.Klaus Weidenbach2015-02-181-5/+27
| | | | | Corrected wrong return types in doxygen docu and add a deprecation log entry.
* hub upgrade w/name change via Alexfriendica2015-02-161-1/+1
|
* Patches from Thomas regarding offline status off whogotzot.comjeroenpraat2015-02-141-1/+0
|
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-121-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 confirmationsfriendica2015-02-101-0/+3
|
* improved directory registration - honour standalones and do the right thingfriendica2015-02-021-0/+7
|
* two tracks proceeding in parallel - first adding the ability to store a ↵friendica2015-02-011-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 ↵friendica2015-01-281-0/+12
| | | | work in progress should be minor
* remote_user => remote_channelfriendica2015-01-281-1/+1
|
* local_user => local_channelfriendica2015-01-281-8/+8
|
* provide storage for directory based reputation in the xlink table by setting ↵friendica2015-01-261-1/+1
| | | | xlink_static = 1, so that xlink_static = 0 is traditional poco linkages
* Merge branch 'master' of https://github.com/friendica/redmarijus2015-01-221-1/+2
|\
| * added redmatrix.nl back as a directory server. this was not the issue with ↵Jeroen2015-01-221-1/+2
| | | | | | | | the performance problems
* | change mod/sharedwithme backend to use activity object - this is not ↵marijus2015-01-221-1/+1
|/ | | | backwards compatible
* add my.federated.social as directory serverfriendica2015-01-201-0/+1
|
* typo in postgres db update, remove redmatrix.nl from directory servers since ↵friendica2015-01-201-1/+0
| | | | it isn't a directory server any more.
* oauth permissions tablefriendica2015-01-191-1/+1
|
* fix update 1131 for postgres databasesHabeas Codice2015-01-181-1/+1
|