aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
* fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-251-22/+4
| | | | certain conditions
* file had wrong extensionfriendica2014-03-112-7/+7
|
* 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.
* get rid of fancybox for photos upload, not just photo editfriendica2014-03-111-0/+5
|
* showwarning when manually changing alsofriendica2014-03-071-0/+7
|
* notify when permissions change and haven't been saved.friendica2014-03-071-0/+12
|
* start new connections out with even more sane defaults than before by ↵friendica2014-03-071-0/+3
| | | | pre-filling the connedit form page. This still lets them change things before any damage has been done or before any privacy has leaked, but should reduce the number of new connections that can't comment.
* When approving a connection automatically select Full Sharing.friendica2014-03-071-0/+6
|
* layout export to filefriendica2014-03-031-0/+1
|
* Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago stringsAlexandre Hannud Abdo2014-02-241-1/+1
|
* use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-191-0/+1
| | | | selection and setting to the settings page.
* Merge branch 'master' of https://github.com/friendica/redmarijus2014-02-191-12/+12
|\
| * introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-12/+12
| | | | | | | | able to successfully authenticate (but is not necessarily in this network).
* | bootstrapify the navmarijus2014-02-191-57/+32
|/
* Let user cancel the red_encrypt dialogueKlaus2014-02-181-2/+5
| | | If the user press cancel on the prompt also cancel the encryption. Maybe should also add this to passhint promt.
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-0/+8
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* make links in comments bookmark-ablefriendica2014-02-041-2/+4
|
* add icon translation for new iconfriendica2014-02-041-0/+1
|
* bookmarks - mop up and go homefriendica2014-02-042-2/+2
|
* bookmark permissionsfriendica2014-02-042-0/+5
|
* chatroom management front-end stufffriendica2014-01-292-0/+32
|
* online indication on profile sidebarfriendica2014-01-281-0/+1
|
* Tweak "typical" perms macroThomas Willingham2014-01-161-3/+3
|
* 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.
* Merge branch 'master' into movejsfriendica2014-01-061-0/+0
|\ | | | | | | | | Conflicts: version.inc
* | move js files from corefriendica2014-01-0414-0/+4080
|/
* use colorbox for single photo viewing (replacing prettyPhoto, which may have ↵friendica2013-12-251-1/+1
| | | | license incompatibilities). Also set maximum size of a directory popup and let it scroll after that in case somebody set their profile keywords to the content of Webster's dictionary.
* set the height so colorbox can set its size correctlyfriendica2013-12-231-2/+1
|
* make sure resize firesfriendica2013-12-231-1/+2
|
* first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵friendica2013-12-231-0/+8
| | | | have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network.
* js functions behind quick permission links were lost in comanchification ↵friendica2013-12-222-82/+82
| | | | process - because the js didn't get relocated to the new connedit module
* split private messages into two modules - "message" is just for message ↵friendica2013-12-211-0/+13
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* some re-work of mod_sourcesfriendica2013-12-151-2/+2
|
* use 'a' ACL search instead of 'm' ACL search for mod_sourcesfriendica2013-12-151-0/+2
|
* typo in mod_poke.jsfriendica2013-12-071-1/+1
|
* finish ACL's in personal menusfriendica2013-12-071-0/+22
|
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-291-0/+5
|
* make autocomplete better themable by adding an idmarijus2013-11-145-5/+10
|
* That's way too wide for the sidebarfriendica2013-10-011-1/+1
|
* add republish to quick privacy settings (settings page)friendica2013-10-011-0/+4
|
* implement republish permission for use in sourced channelsfriendica2013-09-301-0/+3
|
* sources management pagefriendica2013-09-291-0/+12
|
* move js from matrix pagefriendica2013-08-151-0/+9
|
* usability improvements on abook permissions settings - keep advanced ↵friendica2013-07-171-0/+24
| | | | dialogue open, make quick links clear relevant settings before setting each, and don't auto submit. This shows you exactly what happens with the quick settings and allows you to change/correct it if it isn't what you want.
* slight privacy tweaksfriendica2013-05-201-3/+3
|
* add the "publish in directory" setting to the privacy macrosfriendica2013-05-201-0/+12
|
* privacy settings macros - the basics except for toggling "publish in ↵friendica2013-05-201-0/+78
| | | | directory" which is rather hard because it's a custom on/off button and not a normal input thingy.
* move js from module to to module-specific js filefriendica2013-04-171-0/+13
|
* add soapbox settingsfriendica2013-02-101-0/+9
|
* finish the abook_edit quicklink mess, get rid of the experimental nav bar ↵friendica2013-02-071-7/+0
| | | | opacity. Bad idea.