aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
Commit message (Collapse)AuthorAgeFilesLines
* fix typoMario2021-01-021-12/+12
|
* deprecate \Zotlabs\Zot\Finger where apropriateMario Vavti2020-09-261-11/+10
|
* wrong pathMario2020-05-161-1/+1
|
* zot_finger() and Zotlabs\Zot\Finger::run() have different output. Adjusted ↵zotlabs2019-06-281-5/+2
| | | | accordingly.
* I wonder how long zot_finger() has been missing and how this may have ↵zotlabs2019-06-281-1/+1
| | | | affected the directory servers.
* minor fixzotlabs2019-06-281-1/+1
|
* begin directory migration to zot6, see the code commentszotlabs2019-06-281-0/+26
|
* create site_store_lowlevel() to initialise data structures for the site tablezotlabs2017-04-031-20/+11
|
* db update required for Zot2zotlabs2016-11-221-4/+6
|
* null_date conversion; phase 1redmatrix2016-09-251-1/+1
|
* finish the channel_reddress() conversionredmatrix2016-09-211-2/+2
|
* moved enotifyredmatrix2016-05-241-0/+3
|
* finish updating zot_finger instancesredmatrix2016-05-211-3/+2
|
* static Appredmatrix2016-03-311-3/+3
|
* fixes #194 - New directory server is selected on every directory page reloadMario Vavti2015-11-271-1/+1
|
* will also need api docoredmatrix2015-11-111-1/+1
|
* thwart attempts to use an external private directory as a directory serverredmatrix2015-11-091-0/+13
|
* provide admin setting to change directory serverredmatrix2015-11-031-2/+3
|
* revert - we can't guarantee what project name the fallback directory server ↵redmatrix2015-10-191-6/+4
| | | | has and this could cause bugs later
* update site on initial directory setupredmatrix2015-10-191-4/+7
|
* create site records for all queued sites and check for deathredmatrix2015-09-281-5/+8
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-101-1/+1
|\ | | | | | | | | | | | | | | Conflicts: mod/editpost.php util/messages.po view/nl/messages.po view/nl/strings.php
| * fix typo to make directory safe mode default to on work againMario Vavti2015-07-081-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-071-43/+18
|\|
| * fix sorting of channel suggestionsMario Vavti2015-07-071-1/+1
| |
| * rename function get_directory_settings => get_directory_setting and move ↵Mario Vavti2015-07-071-20/+4
| | | | | | | | sort options to directory title bar
| * make public forums only setting sticky and simplify function to get ↵Mario Vavti2015-07-071-27/+15
| | | | | | | | directory settings
| * code style correctionMario Vavti2015-07-071-3/+2
| |
| * make directory suggest work with directory optionsMario Vavti2015-07-071-2/+6
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-241-1/+4
|\| | | | | | | | | | | Conflicts: index.php mod/setup.php
| * add channel_id to local_dir_update hookredmatrix2015-05-231-1/+1
| |
| * add local_dir_update hookredmatrix2015-05-231-1/+4
| |
* | Merge branch 'master' into tresfriendica2015-04-231-108/+181
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * issue #157, provide default directory sort orderfriendica2015-04-191-1/+7
| |
| * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-109/+103
| | | | | | | | | | | | | | 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.
| * Allow site to over-ride directory options. Bugger off.friendica2015-03-091-38/+31
| |
| * major cleanup of directory optionsfriendica2015-03-051-2/+9
| |
| * straighten out some directory stuff, which required some Comanche structural ↵friendica2015-03-051-2/+24
| | | | | | | | changes
| * require access token to view, query, or join directories in private realms, ↵friendica2015-02-241-6/+12
| | | | | | | | if the realm is so configured.
| * directory interface cleanup and documentation so that debugging realms won't ↵friendica2015-02-191-5/+48
| | | | | | | | be stabbing in the dark.
| * some ratings fixesfriendica2015-02-131-1/+1
| |
* | Merge branch 'master' into tresfriendica2015-02-051-0/+43
|\| | | | | | | | | | | Conflicts: view/css/mod_events.css view/theme/redbasic/css/style.css
| * finish off the sync functionsfriendica2015-02-031-0/+43
| |
* | working through the xchan table to remove bitfields, mostly complete except ↵friendica2015-01-201-12/+4
|/ | | | for updating the updater
* don't unset a directory server which has no active channels and hence will ↵friendica2015-01-181-9/+24
| | | | never have a site table update. Do this by probing the sys channel of that directory weekly and checking the directory status returned by it.
* clean up some url anomalies in dir_sort_links after security fixfriendica2015-01-081-1/+3
|
* double q argument could also cause issuesfriendica2015-01-081-1/+4
|
* SECURITY: dir_sort_links() exposes session cookiefriendica2015-01-081-2/+2
|
* fix some directory anomoliesfriendica2014-12-161-2/+4
|
* Directory sorting as a dropdown, forum filter as checkbox, option to sort ↵Stefan Parviainen2014-12-071-0/+17
| | | | oldest first