aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more backend work on poco ratingfriendica2015-01-151-1/+1
|
* some back-end code to support location activity objects. Work in progress.friendica2015-01-141-0/+1
|
* federate consensus items (in network only). Work in progress.friendica2015-01-141-1/+1
|
* provide a setting to control ALLOWCODE permissions at the channel level - it ↵friendica2015-01-131-1/+1
| | | | isn't always appropriate to apply this to all channels in an account.
* basic backend work for creating consensus itemsfriendica2015-01-111-0/+4
|
* basic changes for file activitymarijus2015-01-091-0/+1
|
* syncing connections issue, incorrect return_url after deleting connectionfriendica2015-01-071-1/+1
|
* don't allow admin to delete the sys channel from the channel manage pagefriendica2015-01-061-1/+1
|
* Sorting of autocompleteStefan Parviainen2015-01-041-0/+16
|\
| * no newline at end of filefriendica2015-01-021-1/+1
| |
| * syntax issues (with some php versions?), unchecked intvalfriendica2015-01-011-0/+16
| |
* | Autocmplete suggestions for non-local users, also suggest from visited ↵Stefan Parviainen2015-01-041-0/+1
|/ | | | channel's connections
* filter posts you author from unseen notifications - note there are other ↵friendica2014-12-281-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 updatefriendica2014-12-261-1/+1
|
* provide last successful poll run time (using relative time) in siteinfo so ↵friendica2014-12-211-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 Weidenbach2014-12-141-1/+10
| | | | Some smaller clean ups whitepsaces and tabs, use PHP_EOL, Doxygen, etc.
* Fix WSOD on loginThomas Willingham2014-12-121-3/+5
|
* Some Doxygen comments and small cleanups.Klaus Weidenbach2014-12-071-50/+138
|
* Put dir back - the fat lady didn't sing afterall.Thomas Willingham2014-12-041-1/+2
|
* Update dir fallbacks.Thomas Willingham2014-11-251-1/+0
|
* some poller optimisations and a fix for undefined (empty) dbtype which shows ↵friendica2014-11-161-1/+2
| | | | up as a mysql error that 'rand' isn't found.
* Merge pull request #691 from dawnbreak/masterRedMatrix2014-11-141-19/+24
|\ | | | | Changed two strange looking places in boot.php.
| * Fixed a variable conflict in mod/xchan.php.Klaus Weidenbach2014-11-141-1/+1
| | | | | | | | | | A variable $rr inside the foreachs was used twice. Add translation to mod/xchan.php.
| * Changed two strange looking places in boot.php.Klaus Weidenbach2014-11-131-19/+24
| | | | | | | | | | There have been two places that looked wrong, but I don't know how I can test them. So please review and test if I am not wrong.
* | Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-131-169/+186
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/dba/dba_driver.php include/diaspora.php include/follow.php include/session.php include/zot.php mod/photos.php mod/ping.php
| * Some Doxygen documentation.Klaus Weidenbach2014-11-131-162/+162
| | | | | | | | | | Add some more Doxygen formating for boot.php and dba_driver.php. Cleaning a bit up, too.
| * slow progress on sys publishing, making sure all the data we need is in the ↵friendica2014-11-111-2/+2
| | | | | | | | places we need it but validate it anyway
| * add public forum identification to libzot. No attempt is made to identify ↵friendica2014-11-101-0/+1
| | | | | | | | other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum.
| * include self in load_contact_links so you don't get a connect menu entry for ↵friendica2014-11-061-3/+2
| | | | | | | | yourself
| * Provide a way to mark photos as adult and hide them from the default album ↵friendica2014-11-061-0/+1
| | | | | | | | view. Still need a button or setting to enable "unsafe viewing". This has no effect anywhere but in the album views. They can still be viewed by flipping through the individual photos with 'prev' and 'next'. We probably need a comprehensive strategy for how to deal with n-s-f-w photos in albums so consider this a band-aid which requires additional work and integration with other facilities which access these photos. It is entirely optional.
| * ok heads up - potentially destabilising change. I've tried to sort out all ↵friendica2014-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | the default connection permissions for those who don't have a predefined (or therefore have a "custom") permissions role. Unfortunately this includes most people that were using this software more than a month ago. The real changes are that the SELF address book entry no longer holds "auto-permissions" but instead holds your "default permissions" (if you have a pre-defined role, the defaults will be pulled from the role table). The auto permissions have moved to a pconfig (uid.system.autoperms). A DB update will move these settings into their new homes. What used to be the "Auto-permissions settings" page is now the "default permissions settings" page and a checkbox therein decides whether or not to apply the permissions automatically. A link to this page will only be shown when you have the "custom" role selected. With luck nobody will notice anything wrong. But at least for the next few days, please review permissions that have been assigned to new connections (either automatically or manually) and make sure they make sense (e.g. they aren't "nothing"). You still need to take action when seeing a message "permissions have changed but not yet submitted" as we always let you review and perhaps adjust the settings _before_ a connection is established (unless you have autoperms turned on).
| * configurable visual alerts/notificationsfriendica2014-11-041-0/+16
| |