aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* channel delegationfriendica2015-03-105-22/+101
|
* more work on queue optimisationsfriendica2015-03-091-1/+2
|
* Whoops... should've actually checked the pg manual before merging #920 :-)Habeas Codice2015-03-091-2/+2
| | | | | replace if(cond,val,val) with case when cond then val else val end, works on both DBs
* make network page default options work more or less universally instead of ↵friendica2015-03-091-1/+10
| | | | just from the navbar, and fix some saved-search weirdness related to the delete-term icon
* up the count of directory tagsfriendica2015-03-091-1/+1
|
* Allow site to over-ride directory options. Bugger off.friendica2015-03-091-13/+2
|
* fix comanche regions after comanche refactor a few days agofriendica2015-03-091-0/+1
|
* Merge pull request #920 from dawnbreak/masterhabeascodice2015-03-081-328/+341
|\ | | | | Add alert to admin page about old PHP version. Fixing (un)blocking accounts in admin.
| * Fixing (un)blocking accounts in /admin/users.Klaus Weidenbach2015-03-081-34/+61
| | | | | | | | | | | | When I look at the instructions in sql_conventions about setting bit flags I don't understand how this could have worked before. Changed the behavior for (un)blocking so that it should work now.
| * Add alert to admin page about old PHP version.Klaus Weidenbach2015-03-081-296/+282
| | | | | | | | | | | | | | | | | | | | | | | | Add an alert message to admin summary page when a PHP version < 5.4 was detected as this has reached EOL and will not be supported with the new SabreDAV library. Some styleguide optimisation. Add NULL_DATE example to doc/sql_conventions.bb. Display a "0" when no plugins active in summary page. Added some more numbers to summary admin page, expired accounts, channels. Hope I interpreted them right. I have no idea how to get blocked accounts.
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-03-072-4/+0
|\|
| * hopefully fix #919Mario Vavti2015-03-072-4/+0
| |
* | directory: fix public forum listingfriendica2015-03-071-3/+5
|/
* when fixing "naked links" make sure not to double link double urls as seen ↵friendica2015-03-061-1/+1
| | | | in archive.org - which has the complete unescaped target url, scheme and all, as part of its own.
* reverse smilie storage alsofriendica2015-03-061-1/+1
|
* major cleanup of directory optionsfriendica2015-03-052-45/+27
|
* make alpahabetic searches start with Afriendica2015-03-051-5/+36
|
* reverse the logic of "don't show emoticons" setting which seems awkwardfriendica2015-03-051-1/+1
|
* straighten out some directory stuff, which required some Comanche structural ↵friendica2015-03-051-0/+22
| | | | changes
* make destructive queue management functions an expert optionfriendica2015-03-051-1/+4
|
* only allow theme selection forms if there are any themes to selectMario Vavti2015-03-051-2/+2
|
* more yes/no labelsMario Vavti2015-03-051-8/+6
|
* Deprecate the "wall uploads" photo album. Photo uploads (from any source) ↵friendica2015-03-041-2/+1
| | | | with no album specified will go now into an album based on YYYY-MM.
* parse_url: if url returns an image/audio/video file instead of a webpage, ↵friendica2015-03-041-0/+28
| | | | return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not.
* remove broken sql query from early queue manager.friendica2015-03-041-3/+0
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-042-5/+9
|\
| * cleanup removeaccountMario Vavti2015-03-041-2/+4
| |
| * cleanup removemeMario Vavti2015-03-041-3/+5
| |
* | provide a list of potential addons and what they do for members who can't ↵friendica2015-03-041-1/+2
|/ | | | | | see the descriptions on the admin/plugins page Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end.
* fix wordingMario Vavti2015-03-041-4/+3
|
* clean up account settingsMario Vavti2015-03-041-3/+2
|
* add the tag hijacking preference to Diaspora settingsfriendica2015-03-031-1/+7
|
* The never ending saga of parent = 0 bugs on Dreamhost.friendica2015-03-011-1/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-011-29/+31
|\
| * provide some more yes/no labelsMario Vavti2015-03-011-29/+31
| |
* | queue management actions. Still needs further work such as indication of ↵friendica2015-03-011-8/+31
|/ | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
* don't report already delivered queue items in admin queue summaryfriendica2015-02-261-1/+1
|
* high level queue inspector - needs a lot more, like the ability to dump ↵friendica2015-02-261-1/+25
| | | | certain destinations and indicating known dead sites, but this is a start
* solve some (hopefully most) missing delivery issuesfriendica2015-02-251-1/+1
|
* require access token to view, query, or join directories in private realms, ↵friendica2015-02-243-5/+41
| | | | if the realm is so configured.
* notes about private realm registrations and multiple primary directories.friendica2015-02-221-1/+13
|
* Merge pull request #908 from zzottel/masterRedMatrix2015-02-212-1/+7
|\ | | | | set html title to item title in channel/mid and display pages
| * correct indentzottel2015-02-201-2/+2
| |
| * show item title in channel/mid and display pageszottel2015-02-202-1/+7
| |
* | Merge pull request #907 from tuscanhobbit/devRedMatrix2015-02-211-1/+14
|\ \ | |/ |/| Added version tag to siteinfo/json
| * Fixes to version tag in siteinfo/jsonPaolo Tacconi2015-02-201-3/+3
| |
| * Added version tag to siteinfo/jsonPaolo Tacconi2015-02-201-1/+14
| |
* | INSTALL: 'store' is created during setup but not 'store/[data]/smarty3' and ↵friendica2015-02-191-1/+1
|/ | | | we explicitly check for the latter and report that it isn't there or isn't writable. Doh.
* The Diaspora communications policies allow comments to public posts ↵friendica2015-02-171-3/+22
| | | | literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page.
* bring back like/dislike summaries on photosfriendica2015-02-161-4/+20
|