Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more JS=1 weirdness | friendica | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | try and add some regs | friendica | 2015-03-12 | 1 | -0/+2 |
| | |||||
* | add generic_addon_settings template and minor fixes | Mario Vavti | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-12 | 1 | -1/+1 |
|\ | |||||
| * | substr() is a mysql alias for substring(). substring() is in the SQL ↵ | Habeas Codice | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | standard and is supported by both databases. | ||||
* | | some work on feature/addon settings | Mario Vavti | 2015-03-12 | 1 | -4/+2 |
|/ | |||||
* | openid stuff | friendica | 2015-03-11 | 2 | -36/+50 |
| | |||||
* | Merge branch 'master' into openid | friendica | 2015-03-11 | 5 | -8/+42 |
|\ | |||||
| * | remove the now redundant audio/video buttons and label the editor text style ↵ | friendica | 2015-03-11 | 4 | -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. | friendica | 2015-03-11 | 1 | -8/+22 |
| | | |||||
* | | Merge branch 'master' into openid | friendica | 2015-03-11 | 7 | -155/+10 |
|\| | |||||
| * | cleanup of old delegation stuff | friendica | 2015-03-10 | 6 | -152/+5 |
| | | |||||
| * | sql optimisation for affinity searches. A new index was added which wasn't ↵ | friendica | 2015-03-10 | 1 | -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 server | friendica | 2015-03-11 | 1 | -0/+237 |
|/ | |||||
* | Change logic of "don't create a status post for this photo upload" and turn ↵ | friendica | 2015-03-10 | 2 | -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 include | friendica | 2015-03-10 | 1 | -0/+1 |
| | |||||
* | channel delegation | friendica | 2015-03-10 | 5 | -22/+101 |
| | |||||
* | more work on queue optimisations | friendica | 2015-03-09 | 1 | -1/+2 |
| | |||||
* | Whoops... should've actually checked the pg manual before merging #920 :-) | Habeas Codice | 2015-03-09 | 1 | -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 ↵ | friendica | 2015-03-09 | 1 | -1/+10 |
| | | | | just from the navbar, and fix some saved-search weirdness related to the delete-term icon | ||||
* | up the count of directory tags | friendica | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Allow site to over-ride directory options. Bugger off. | friendica | 2015-03-09 | 1 | -13/+2 |
| | |||||
* | fix comanche regions after comanche refactor a few days ago | friendica | 2015-03-09 | 1 | -0/+1 |
| | |||||
* | Merge pull request #920 from dawnbreak/master | habeascodice | 2015-03-08 | 1 | -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 Weidenbach | 2015-03-08 | 1 | -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 Weidenbach | 2015-03-08 | 1 | -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_merge | friendica | 2015-03-07 | 2 | -4/+0 |
|\| | |||||
| * | hopefully fix #919 | Mario Vavti | 2015-03-07 | 2 | -4/+0 |
| | | |||||
* | | directory: fix public forum listing | friendica | 2015-03-07 | 1 | -3/+5 |
|/ | |||||
* | when fixing "naked links" make sure not to double link double urls as seen ↵ | friendica | 2015-03-06 | 1 | -1/+1 |
| | | | | in archive.org - which has the complete unescaped target url, scheme and all, as part of its own. | ||||
* | reverse smilie storage also | friendica | 2015-03-06 | 1 | -1/+1 |
| | |||||
* | major cleanup of directory options | friendica | 2015-03-05 | 2 | -45/+27 |
| | |||||
* | make alpahabetic searches start with A | friendica | 2015-03-05 | 1 | -5/+36 |
| | |||||
* | reverse the logic of "don't show emoticons" setting which seems awkward | friendica | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | straighten out some directory stuff, which required some Comanche structural ↵ | friendica | 2015-03-05 | 1 | -0/+22 |
| | | | | changes | ||||
* | make destructive queue management functions an expert option | friendica | 2015-03-05 | 1 | -1/+4 |
| | |||||
* | only allow theme selection forms if there are any themes to select | Mario Vavti | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | more yes/no labels | Mario Vavti | 2015-03-05 | 1 | -8/+6 |
| | |||||
* | Deprecate the "wall uploads" photo album. Photo uploads (from any source) ↵ | friendica | 2015-03-04 | 1 | -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, ↵ | friendica | 2015-03-04 | 1 | -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. | friendica | 2015-03-04 | 1 | -3/+0 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-04 | 2 | -5/+9 |
|\ | |||||
| * | cleanup removeaccount | Mario Vavti | 2015-03-04 | 1 | -2/+4 |
| | | |||||
| * | cleanup removeme | Mario Vavti | 2015-03-04 | 1 | -3/+5 |
| | | |||||
* | | provide a list of potential addons and what they do for members who can't ↵ | friendica | 2015-03-04 | 1 | -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 wording | Mario Vavti | 2015-03-04 | 1 | -4/+3 |
| | |||||
* | clean up account settings | Mario Vavti | 2015-03-04 | 1 | -3/+2 |
| | |||||
* | add the tag hijacking preference to Diaspora settings | friendica | 2015-03-03 | 1 | -1/+7 |
| | |||||
* | The never ending saga of parent = 0 bugs on Dreamhost. | friendica | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-01 | 1 | -29/+31 |
|\ |