Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some minor cleanup - change the default of the discover tab (public stream ↵ | redmatrix | 2015-12-10 | 1 | -5/+5 |
| | | | | access) | ||||
* | fix admin plugin hooks | redmatrix | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | photo album widget permissions issue | redmatrix | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | fix api/direct_messages/new at least for the json case. We seem to have a ↵ | redmatrix | 2015-11-16 | 1 | -12/+30 |
| | | | | missing template for XML | ||||
* | Some JavaScript cleanups. | Klaus Weidenbach | 2015-03-15 | 1 | -105/+97 |
| | | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator. | ||||
* | make areYouSure alert also if default post perms change | Mario Vavti | 2015-03-09 | 1 | -1/+4 |
| | |||||
* | Fix height calculation in acl.js | Stefan Parviainen | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | undo disabled submit buttons now that ACL is initialised when page loaded | friendica | 2014-11-18 | 1 | -1/+0 |
| | |||||
* | put timeout code in place but don't turn it on. | friendica | 2014-11-13 | 1 | -7/+9 |
| | |||||
* | populate initial ACL before the ajax loader gets called, just in case the ↵ | friendica | 2014-11-12 | 1 | -1/+3 |
| | | | | form is submitted before it completes. Related to issue #615 | ||||
* | prevent posting before acl got populated since this will disregard the ↵ | marijus | 2014-11-08 | 1 | -0/+1 |
| | | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated. | ||||
* | Fix unwanted GET {0} requests | Olaf Conradi | 2014-05-02 | 1 | -1/+6 |
| | | | | | | 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. | ||||
* | bootstrapify aclselector | marijus | 2014-04-11 | 1 | -15/+15 |
| | |||||
* | replace lock icon with icon-{lock, unlock} | marijus | 2014-04-09 | 1 | -14/+2 |
| | |||||
* | update acl internal list whenever there is a change - the submit handler ↵ | friendica | 2014-03-11 | 1 | -10/+20 |
| | | | | seems to be unreliable or is getting into a race condition. | ||||
* | add "self" to access control lists with special marking to indicate it's ↵ | friendica | 2014-01-06 | 1 | -2/+2 |
| | | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be. | ||||
* | move js files from core | friendica | 2014-01-04 | 1 | -0/+270 |