Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more work on queue optimisations | friendica | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | Bring simple editor formatting functions back to the main editor (bold, ↵ | friendica | 2015-03-09 | 1 | -0/+17 |
| | | | | italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons. | ||||
* | make network page default options work more or less universally instead of ↵ | friendica | 2015-03-09 | 1 | -1/+1 |
| | | | | just from the navbar, and fix some saved-search weirdness related to the delete-term icon | ||||
* | Merge pull request #920 from dawnbreak/master | habeascodice | 2015-03-08 | 2 | -42/+36 |
|\ | | | | | 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 | -28/+26 |
| | | | | | | | | | | | | 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 | -14/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | add reddress to profile - but all is not as it seems. Copy to clipboard is ↵ | friendica | 2015-03-07 | 1 | -1/+1 |
|/ | | | | blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy. | ||||
* | major cleanup of directory options | friendica | 2015-03-05 | 2 | -6/+6 |
| | |||||
* | straighten out some directory stuff, which required some Comanche structural ↵ | friendica | 2015-03-05 | 1 | -0/+5 |
| | | | | changes | ||||
* | make destructive queue management functions an expert option | friendica | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | whitespace and minor restructuring | Mario Vavti | 2015-03-05 | 1 | -23/+36 |
| | |||||
* | only show theme settings if we have any themes | Mario Vavti | 2015-03-05 | 1 | -0/+2 |
| | |||||
* | restructure display settings | Mario Vavti | 2015-03-05 | 1 | -36/+64 |
| | |||||
* | can not use element id more than once | Mario Vavti | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | only allow theme selection forms if there are any themes to select | Mario Vavti | 2015-03-05 | 1 | -1/+4 |
| | |||||
* | fix theme preview disappearing | Mario Vavti | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | more yes/no labels | Mario Vavti | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | missed removing a test case | friendica | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | the link icon on comments now calls the link parsing tool (just like the ↵ | friendica | 2015-03-04 | 3 | -2/+3 |
| | | | | main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever). | ||||
* | cleanup mail buttons | friendica | 2015-03-04 | 2 | -3/+3 |
| | |||||
* | cleanup removeaccount | Mario Vavti | 2015-03-04 | 1 | -20/+18 |
| | |||||
* | cleanup removeme | Mario Vavti | 2015-03-04 | 1 | -20/+18 |
| | |||||
* | fix wording | Mario Vavti | 2015-03-04 | 2 | -2/+2 |
| | |||||
* | clean up account settings | Mario Vavti | 2015-03-04 | 1 | -26/+18 |
| | |||||
* | Accordionize feature settings | Mario Vavti | 2015-03-04 | 1 | -20/+29 |
| | |||||
* | add the tag hijacking preference to Diaspora settings | friendica | 2015-03-03 | 1 | -1/+8 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-03 | 2 | -17/+7 |
|\ | |||||
| * | login adjustment | Mario Vavti | 2015-03-03 | 1 | -16/+6 |
| | | |||||
| * | make remove channel button work again | Mario Vavti | 2015-03-03 | 1 | -1/+1 |
| | | |||||
* | | group/collection edit page cleanup | friendica | 2015-03-03 | 1 | -1/+1 |
|/ | |||||
* | some more work on settings | Mario Vavti | 2015-03-02 | 1 | -29/+33 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-01 | 16 | -218/+226 |
|\ | |||||
| * | settings: missing /form and whitespace | Mario Vavti | 2015-03-01 | 1 | -133/+129 |
| | | |||||
| * | more settings work | Mario Vavti | 2015-03-01 | 2 | -156/+162 |
| | | |||||
| * | fix login | Mario Vavti | 2015-03-01 | 1 | -20/+16 |
| | | |||||
| * | first pile of work on settings | Mario Vavti | 2015-03-01 | 15 | -49/+59 |
| | | |||||
* | | queue management actions. Still needs further work such as indication of ↵ | friendica | 2015-03-01 | 1 | -0/+14 |
|/ | | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries. | ||||
* | high level queue inspector - needs a lot more, like the ability to dump ↵ | friendica | 2015-02-26 | 1 | -0/+1 |
| | | | | certain destinations and indicating known dead sites, but this is a start | ||||
* | per Randal overheard on a foreign network - tab in post/comment edit window ↵ | friendica | 2015-02-26 | 2 | -4/+4 |
| | | | | goes to submit instead of the next button. | ||||
* | finish converting "delete" to trash icons for consistency. The 'x' was left ↵ | friendica | 2015-02-26 | 12 | -12/+12 |
| | | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it. | ||||
* | new session functions | friendica | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | The Diaspora communications policies allow comments to public posts ↵ | friendica | 2015-02-17 | 1 | -1/+10 |
| | | | | 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 photos | friendica | 2015-02-16 | 1 | -58/+31 |
| | |||||
* | force site_url to be lowercase when stored. Otherwise rating hubs on ↵ | friendica | 2015-02-15 | 1 | -1/+1 |
| | | | | postgres could get real messy. | ||||
* | preparatory work for site ratings | friendica | 2015-02-15 | 1 | -0/+5 |
| | |||||
* | lost ability to delete events | friendica | 2015-02-15 | 1 | -0/+1 |
| | |||||
* | some shifting to make button groups render properly | marijus | 2015-02-13 | 2 | -48/+51 |
| | |||||
* | yet another icon change | marijus | 2015-02-13 | 2 | -12/+12 |
| | |||||
* | possibly better icons, possibly not. There is no [x]. | friendica | 2015-02-12 | 2 | -8/+8 |
| | |||||
* | more permissions tweaking | friendica | 2015-02-10 | 2 | -2/+2 |
| |