Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add randprof app and do away with the universally hated chanview-iframe ↵ | friendica | 2014-05-23 | 2 | -2/+1 |
| | | | | mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix. | ||||
* | more app work | friendica | 2014-05-21 | 2 | -1/+8 |
| | |||||
* | change app dropdown to point to apps module (changes nav template). ↵ | friendica | 2014-05-21 | 1 | -7/+2 |
| | | | | Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content. | ||||
* | make it possible to edit/delete apps via /apps/personal/edit | friendica | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | more app work | friendica | 2014-05-20 | 2 | -3/+7 |
| | |||||
* | unfinished work for creating app | friendica | 2014-05-20 | 1 | -0/+26 |
| | |||||
* | most of the remaining apps basic infrastructure except a form to create the ↵ | friendica | 2014-05-20 | 3 | -5/+19 |
| | | | | things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now. | ||||
* | the js seems to interfere with something else... comment out for now... | marijus | 2014-05-20 | 1 | -6/+6 |
| | |||||
* | some work on comment_item.tpl | marijus | 2014-05-20 | 2 | -48/+44 |
| | |||||
* | more app backend work | friendica | 2014-05-19 | 1 | -0/+6 |
| | |||||
* | implement modal for more then 10 likes/dislikes | marijus | 2014-05-18 | 1 | -0/+44 |
| | |||||
* | add hover tips - except we need a way to translate the things | friendica | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | some sidebar content (doesn't yet do anything) | friendica | 2014-05-15 | 1 | -0/+10 |
| | |||||
* | the app menu takes form | friendica | 2014-05-15 | 1 | -5/+9 |
| | |||||
* | clear the jot-nets float | friendica | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | allow jgrowl 'close all' message to be translated | friendica | 2014-05-13 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-05-11 | 2 | -1/+4 |
|\ | |||||
| * | Removed some unnecessary changes. | root | 2014-05-10 | 2 | -2/+2 |
| | | |||||
| * | Made code changes to serve higher resolution images in displays with high ↵ | root | 2014-05-10 | 1 | -0/+3 |
| | | | | | | | | pixel density. | ||||
| * | Merge branch 'master' of https://github.com/chriswinstead/red | root | 2014-05-10 | 4 | -23/+35 |
| |\ | |||||
| * | | Made some changes to img tags to enforce max-width everywhere, and to the ↵ | root | 2014-05-07 | 2 | -2/+2 |
| | | | | | | | | | | | | page headers to allow user scaling. | ||||
* | | | button styling mitemlist | friendica | 2014-05-11 | 1 | -1/+1 |
| | | | |||||
* | | | issue #452 | friendica | 2014-05-09 | 1 | -1/+2 |
| |/ |/| | |||||
* | | better button theming on oauth connected apps page | friendica | 2014-05-09 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-05-09 | 2 | -5/+11 |
|\ \ | |||||
| * | | move the event "unknown finish time" checkbox up so it actually precedes ↵ | friendica | 2014-05-08 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | entering the finish time. TODO: we should probably disable the finish time selector with jquery if this is checked. | ||||
| * | | event form hard-wired tinymce=on, made selectable | friendica | 2014-05-08 | 2 | -2/+4 |
| |/ | |||||
* | | add some more bs fu | marijus | 2014-05-08 | 1 | -1/+1 |
| | | |||||
* | | like indicator rewrite | marijus | 2014-05-08 | 1 | -15/+21 |
|/ | |||||
* | put permissions dialog inside the form element - should fix issue #444 | friendica | 2014-05-05 | 1 | -2/+2 |
| | |||||
* | Fixed some wrapping problems when the user has set a larger font size. And ↵ | jeroenpraat | 2014-05-05 | 1 | -13/+7 |
| | | | | some UI love for the file permissions page (as requested by Mike ;) and changed the position of the file properties link on the cloud page. | ||||
* | UI for deleting chatrooms | friendica | 2014-05-04 | 2 | -3/+14 |
| | |||||
* | Add link to system notifications page | Christian Vogeley | 2014-05-04 | 1 | -1/+3 |
| | | | | to mark notifications seen | ||||
* | system notifications mark seen link | Christian Vogeley | 2014-05-04 | 1 | -1/+1 |
| | |||||
* | fix search_item.tpl | marijus | 2014-05-03 | 1 | -42/+53 |
| | |||||
* | shift login box on small screens | friendica | 2014-05-01 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-05-01 | 2 | -2/+2 |
|\ | |||||
| * | Also for notifications. | Olaf Conradi | 2014-05-02 | 1 | -1/+1 |
| | | |||||
| * | Fix unwanted GET {0} requests | Olaf Conradi | 2014-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Because of image prefetch of browsers the <img src="{0}"> templates cause unwanted /{0} requests to the webserver. Templates are changed to use a data-src attribute. | ||||
* | | bring the posted-date selector widget up to date. There are no longer two ↵ | friendica | 2014-05-01 | 1 | -8/+7 |
|/ | | | | different styles. | ||||
* | revision/redesign of conv_item.tpl | marijus | 2014-05-01 | 2 | -161/+127 |
| | |||||
* | missing permissions block in mod_filestorage | friendica | 2014-04-30 | 1 | -0/+3 |
| | |||||
* | clean up the webpage list a bit | friendica | 2014-04-29 | 1 | -5/+24 |
| | |||||
* | Setting to undo/clear auto permissions | friendica | 2014-04-21 | 1 | -5/+6 |
| | |||||
* | bring back the toolicon colour | friendica | 2014-04-20 | 1 | -11/+11 |
| | |||||
* | Merge pull request #416 from cvogeley/master | RedMatrix | 2014-04-20 | 1 | -7/+58 |
|\ | | | | | Bootstrapify item tools … | ||||
| * | ok we need that div | Christian Vogeley | 2014-04-20 | 1 | -1/+1 |
| | | |||||
| * | Add descriptions to drop down | Christian Vogeley | 2014-04-20 | 1 | -7/+7 |
| | | |||||
| * | More work | Christian Vogeley | 2014-04-19 | 1 | -19/+14 |
| | | |||||
| * | For the moment restore old delete icon | Christian Vogeley | 2014-04-19 | 1 | -3/+3 |
| | | | | | | | | | | because the integrated button in the the bootstrap menu didn’t work on Firefox |