aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
Commit message (Collapse)AuthorAgeFilesLines
* make lock switching actually work with multiple acl formsMario Vavti2016-08-291-6/+6
|
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-7/+5
|
* rename limited -> customMario Vavti2016-08-161-15/+15
|
* remove unneeded functionMario Vavti2016-08-161-26/+1
|
* provide group options serverside and minor cleanupMario Vavti2016-08-151-17/+17
|
* implement groups in the acl select. please notice that selecting *custom ↵Mario Vavti2016-08-151-17/+62
| | | | selection* now sets an empty (public) acl. it was set to self before...
* possible quickfix for multi-acl not honoring jotnetsMario Vavti2016-08-121-0/+6
|
* Revert "Revert "remove some logging""Mario Vavti2016-08-051-10/+1
| | | | This reverts commit e67f5bc6bbb77d53867d7c03bda8410c59360dbe.
* Revert "remove some logging"Mario Vavti2016-08-051-1/+10
| | | | This reverts commit 316b090433b7e415fd3c8ac6230f2df0277cdf8c.
* remove some loggingMario Vavti2016-08-051-10/+1
|
* multi acl: port /settingsMario Vavti2016-08-051-2/+0
|
* multi acl: port /thingMario Vavti2016-08-051-1/+1
|
* multi acl: port /rpostMario Vavti2016-08-051-4/+2
|
* multi acl: provide a acl-form-trigger class which comes handy in certain ↵Mario Vavti2016-08-041-4/+5
| | | | situations
* multi acl: port eventsMario Vavti2016-08-031-3/+2
|
* multiple acl: store new data in update_view()Mario Vavti2016-08-031-19/+23
|
* multiple acl workMario Vavti2016-08-031-26/+60
|
* remove the add others button for now - after some research it turned out not ↵Mario Vavti2016-05-251-4/+0
| | | | beeing so useful
* provide an acl select option for only meMario Vavti2016-05-191-13/+51
|
* instead of radio buttons use select to choose between public and restricted ↵Mario Vavti2016-05-131-42/+57
| | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
* Refine permissions dialog UITreer2016-05-041-6/+31
|
* update icon names in view/jsTreer2016-05-011-2/+2
|
* get rid of the unused ispublic variableMario Vavti2016-04-291-4/+1
|
* an attempt to visualize the supremacy of dont show over show in the acl selectorMario Vavti2016-03-201-4/+9
|
* make >>indicate group members<< in acl selector work again on group > show ↵Mario Vavti2016-03-201-5/+6
| | | | or group > dont show is selected
* some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-101-5/+5
| | | | access)
* fix admin plugin hooksredmatrix2015-11-171-2/+2
|
* photo album widget permissions issueredmatrix2015-11-171-2/+2
|
* fix api/direct_messages/new at least for the json case. We seem to have a ↵redmatrix2015-11-161-12/+30
| | | | missing template for XML
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-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 changeMario Vavti2015-03-091-1/+4
|
* Fix height calculation in acl.jsStefan Parviainen2015-01-041-1/+1
|
* undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-181-1/+0
|
* put timeout code in place but don't turn it on.friendica2014-11-131-7/+9
|
* populate initial ACL before the ajax loader gets called, just in case the ↵friendica2014-11-121-1/+3
| | | | form is submitted before it completes. Related to issue #615
* prevent posting before acl got populated since this will disregard the ↵marijus2014-11-081-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} requestsOlaf Conradi2014-05-021-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 aclselectormarijus2014-04-111-15/+15
|
* replace lock icon with icon-{lock, unlock}marijus2014-04-091-14/+2
|
* update acl internal list whenever there is a change - the submit handler ↵friendica2014-03-111-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 ↵friendica2014-01-061-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 corefriendica2014-01-041-0/+270