Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove link to hubloc status in admin panel. This is a potentially useful tool, | Thomas Willingham | 2014-12-29 | 1 | -1/+0 |
| | | | | but plain doesn't work at the moment. | ||||
* | Merge pull request #772 from pafcu/chanman | RedMatrix | 2014-12-29 | 1 | -1/+1 |
|\ | | | | | Some work on the channel manager | ||||
| * | Allow quick access to mail and connections from Channel Manager | Stefan Parviainen | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | Fix #771, add tooltips to mail and intros count in channel manager, always ↵ | Stefan Parviainen | 2014-12-27 | 1 | -1/+1 |
| | | | | | | | | show counts (even when 0, makes it easier to understand what the icons are) | ||||
* | | more files css fixes | marijus | 2014-12-28 | 1 | -1/+1 |
| | | |||||
* | | files css fixes | marijus | 2014-12-28 | 1 | -1/+1 |
| | | |||||
* | | more work on files | marijus | 2014-12-28 | 2 | -36/+45 |
| | | |||||
* | | more work on files | marijus | 2014-12-27 | 1 | -41/+39 |
|/ | |||||
* | Move app icon centering to style.css | Stefan Parviainen | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Remove unused apps.tpl | Stefan Parviainen | 2014-12-22 | 1 | -11/+0 |
| | |||||
* | Center app names | Stefan Parviainen | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | provide last successful poll run time (using relative time) in siteinfo so ↵ | friendica | 2014-12-21 | 1 | -1/+4 |
| | | | | that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly. | ||||
* | Merge pull request #757 from git-marijus/master | RedMatrix | 2014-12-22 | 4 | -42/+41 |
|\ | | | | | files: make mod/filestorage.php load via ajax and some design work. work... | ||||
| * | fix button visibility | marijus | 2014-12-21 | 1 | -3/+6 |
| | | |||||
| * | forgot to git add files | marijus | 2014-12-21 | 1 | -0/+10 |
| | | |||||
| * | files: make mod/filestorage.php load via ajax and some design work. work in ↵ | marijus | 2014-12-21 | 3 | -42/+28 |
| | | | | | | | | progress... | ||||
* | | Fancy categories input with bootstrap-tagsinput | Stefan Parviainen | 2014-12-21 | 1 | -6/+6 |
|/ | |||||
* | provide link to help for channel permission roles when creating a channel | friendica | 2014-12-19 | 1 | -0/+1 |
| | |||||
* | essentials for creating a "block-style" list-mode page such as one might ↵ | friendica | 2014-12-16 | 1 | -2/+2 |
| | | | | have for a pinterest-style layout. Just load view/theme/redbasic/css/blockmode.css after redbasic PCSS - you're done. We may need some other indicator besides the number of comments to indicate "click here to see the rest of the article", but we're a bit short on space so maybe a view icon will work. | ||||
* | fix some directory anomolies | friendica | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | add divmore to directory entries | friendica | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | build a channel based thread viewing link when in list_mode and when using ↵ | friendica | 2014-12-16 | 1 | -1/+1 |
| | | | | the channel module, which will disable list_mode (this was checked in yesterday) for the benefit of viewing threads with the correct identities and comment permissions instead of relying on the semi-random uid chosen by mod/display when viewed by an authenticated remote_user(). | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-12-15 | 4 | -4/+13 |
|\ | |||||
| * | Issue #743 | Thomas Willingham | 2014-12-15 | 1 | -0/+9 |
| | | |||||
| * | Merge pull request #744 from pafcu/searchhelp | Thomas Willingham | 2014-12-15 | 3 | -4/+4 |
| |\ | | | | | | | Add hint on how to use search box | ||||
| | * | Add hint on how to use search box | Stefan Parviainen | 2014-12-14 | 3 | -4/+4 |
| | | | |||||
* | | | wall tags | friendica | 2014-12-15 | 1 | -0/+2 |
|/ / | |||||
* | | Add extra class to verified item icon | Stefan Parviainen | 2014-12-14 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #738 from pafcu/moreids | Thomas Willingham | 2014-12-13 | 1 | -20/+20 |
|\| | | | | | Add some ids to nav elements | ||||
| * | Add some ids to nav elements | Stefan Parviainen | 2014-12-12 | 1 | -20/+20 |
| | | |||||
* | | Issue #739 | Thomas Willingham | 2014-12-13 | 1 | -0/+17 |
| | | |||||
* | | move profile css to mod_profile and minoor fixes | marijus | 2014-12-11 | 1 | -2/+2 |
| | | |||||
* | | some work on profile page - mostly whitespace | marijus | 2014-12-10 | 1 | -232/+228 |
| | | |||||
* | | adjustment to clear browser location button only if use browser location ↵ | marijus | 2014-12-09 | 2 | -2/+2 |
| | | | | | | | | option is set | ||||
* | | show clear browser location button only if use browser location option is ↵ | marijus | 2014-12-09 | 2 | -4/+6 |
| | | | | | | | | set and minor css fixes | ||||
* | | Group comment editor icons | Stefan Parviainen | 2014-12-08 | 1 | -28/+34 |
| | | |||||
* | | Put some spacing between share types and other buttons in jot | Stefan Parviainen | 2014-12-08 | 1 | -28/+34 |
|/ | |||||
* | Merge pull request #724 from pafcu/suggestionsindir | Thomas Willingham | 2014-12-08 | 2 | -1/+4 |
|\ | | | | | Show suggestions in directory | ||||
| * | Suggestions in dir redux. Suggestions are now showed in directory if ↵ | Stefan Parviainen | 2014-12-07 | 1 | -0/+1 |
| | | | | | | | | suggest=1 parameter is given to directory. | ||||
| * | Revert "Revert "Directory shows channel suggestions by default"" | Stefan Parviainen | 2014-12-07 | 2 | -1/+3 |
| | | | | | | | | This reverts commit bfde28f28eae1f4b00aac03b2714254d14ab7464. | ||||
* | | Merge pull request #723 from pafcu/diropts | Thomas Willingham | 2014-12-08 | 1 | -6/+7 |
|\ \ | | | | | | | Directory sorting as a dropdown, forum filter as checkbox, option to sor... | ||||
| * | | Directory sorting as a dropdown, forum filter as checkbox, option to sort ↵ | Stefan Parviainen | 2014-12-07 | 1 | -6/+7 |
| |/ | | | | | | | oldest first | ||||
* / | Don't allow affinity of 0 in connedit. | Thomas Willingham | 2014-12-02 | 1 | -1/+1 |
|/ | |||||
* | Make events export track the current calendar. Turn it and 'new event' into ↵ | friendica | 2014-11-24 | 2 | -3/+13 |
| | | | | buttons | ||||
* | add event export (this month) to event UI | friendica | 2014-11-24 | 1 | -0/+1 |
| | |||||
* | add link to search forums in the directory | friendica | 2014-11-23 | 1 | -0/+1 |
| | |||||
* | couple of fixes: | friendica | 2014-11-19 | 1 | -1/+1 |
| | | | | | - significantly increase the content availability on the discover channel - fix the button group on the blog/list mode which made the border on a single comment button a bit wonky | ||||
* | turn the "adult photo flagging" (which prevents a particularly flagged photo ↵ | friendica | 2014-11-18 | 1 | -0/+3 |
| | | | | from showing up in your top level albums) into a feature so it doesn't clutter the normal photo edit form. This feature was a quick hack and needs more work; but it could be important to somebody. | ||||
* | blog mode - turn the comment link into a button and group with the ↵ | friendica | 2014-11-18 | 1 | -3/+6 |
| | | | | likes/dislikes | ||||
* | private mail buttons | friendica | 2014-11-18 | 2 | -21/+21 |
| |