aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* openid cleanupfriendica2015-03-162-98/+68
|
* make sure this sucker is quietfriendica2015-03-161-1/+1
|
* phase one of the great file storage unification - use one button for uploads ↵friendica2015-03-161-2/+29
| | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
* mod_id: load profile so the sidebar profile will workfriendica2015-03-152-39/+20
|
* mysql schema typo, do the install check for store before chcking smarty, as ↵friendica2015-03-151-2/+2
| | | | that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql
* revert the revert - that is working. My test was bad.friendica2015-03-141-3/+3
|
* revert and rethinkfriendica2015-03-141-3/+3
|
* create terms for Diaspora mention tags - which in Diaspora are handled ↵friendica2015-03-131-6/+6
| | | | differently than other tag links and have to be done separately; they aren't processed by linkify_tags which handles all of our other tag processing. Also move the abook_channel clause in mod_network to the join statement. This works fine in mysql and achievies the desired result. I hope postgres can handle an expression as a join clause.
* fix posts not showing up in network if author is not in connectionszottel2015-03-141-3/+3
|
* use local_channel() connnections to match the abook against when joining the ↵friendica2015-03-131-2/+2
| | | | abook on the discover tab.
* revert thatfriendica2015-03-121-4/+25
|
* try to allow translation of ax regsfriendica2015-03-121-29/+52
|
* support a fair number of the common AX regsfriendica2015-03-121-5/+68
|
* Add some AX vars to openid server.friendica2015-03-121-11/+28
|
* more JS=1 weirdnessfriendica2015-03-121-1/+1
|
* try and add some regsfriendica2015-03-121-0/+2
|
* add generic_addon_settings template and minor fixesMario Vavti2015-03-121-1/+1
|
* Merge branch 'master' of https://github.com/friendica/redMario Vavti2015-03-121-1/+1
|\
| * substr() is a mysql alias for substring(). substring() is in the SQL ↵Habeas Codice2015-03-121-1/+1
| | | | | | | | | | | | standard and is supported by both databases.
* | some work on feature/addon settingsMario Vavti2015-03-121-4/+2
|/
* openid stufffriendica2015-03-112-36/+50
|
* Merge branch 'master' into openidfriendica2015-03-115-8/+42
|\
| * remove the now redundant audio/video buttons and label the editor text style ↵friendica2015-03-114-0/+20
| | | | | | | | buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
| * parse_url changes for oembed/zvideo/etc.friendica2015-03-111-8/+22
| |
* | Merge branch 'master' into openidfriendica2015-03-117-155/+10
|\|
| * cleanup of old delegation stufffriendica2015-03-106-152/+5
| |
| * sql optimisation for affinity searches. A new index was added which wasn't ↵friendica2015-03-101-3/+5
| | | | | | | | added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed).
* | openid serverfriendica2015-03-111-0/+237
|/
* Change logic of "don't create a status post for this photo upload" and turn ↵friendica2015-03-102-2/+2
| | | | it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync.
* missing includefriendica2015-03-101-0/+1
|
* 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
|