Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file had wrong extension | friendica | 2014-03-11 | 2 | -7/+7 |
| | |||||
* | 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. | ||||
* | get rid of fancybox for photos upload, not just photo edit | friendica | 2014-03-11 | 1 | -0/+5 |
| | |||||
* | showwarning when manually changing also | friendica | 2014-03-07 | 1 | -0/+7 |
| | |||||
* | notify when permissions change and haven't been saved. | friendica | 2014-03-07 | 1 | -0/+12 |
| | |||||
* | start new connections out with even more sane defaults than before by ↵ | friendica | 2014-03-07 | 1 | -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. | friendica | 2014-03-07 | 1 | -0/+6 |
| | |||||
* | layout export to file | friendica | 2014-03-03 | 1 | -0/+1 |
| | |||||
* | Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago strings | Alexandre Hannud Abdo | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵ | friendica | 2014-02-19 | 1 | -0/+1 |
| | | | | selection and setting to the settings page. | ||||
* | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-02-19 | 1 | -12/+12 |
|\ | |||||
| * | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵ | friendica | 2014-02-18 | 1 | -12/+12 |
| | | | | | | | | able to successfully authenticate (but is not necessarily in this network). | ||||
* | | bootstrapify the nav | marijus | 2014-02-19 | 1 | -57/+32 |
|/ | |||||
* | Let user cancel the red_encrypt dialogue | Klaus | 2014-02-18 | 1 | -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 ↵ | friendica | 2014-02-11 | 1 | -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-able | friendica | 2014-02-04 | 1 | -2/+4 |
| | |||||
* | add icon translation for new icon | friendica | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 2 | -2/+2 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 2 | -0/+5 |
| | |||||
* | chatroom management front-end stuff | friendica | 2014-01-29 | 2 | -0/+32 |
| | |||||
* | online indication on profile sidebar | friendica | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | Tweak "typical" perms macro | Thomas Willingham | 2014-01-16 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Merge branch 'master' into movejs | friendica | 2014-01-06 | 1 | -0/+0 |
|\ | | | | | | | | | Conflicts: version.inc | ||||
* | | move js files from core | friendica | 2014-01-04 | 14 | -0/+4080 |
|/ | |||||
* | use colorbox for single photo viewing (replacing prettyPhoto, which may have ↵ | friendica | 2013-12-25 | 1 | -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 correctly | friendica | 2013-12-23 | 1 | -2/+1 |
| | |||||
* | make sure resize fires | friendica | 2013-12-23 | 1 | -1/+2 |
| | |||||
* | first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵ | friendica | 2013-12-23 | 1 | -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 ↵ | friendica | 2013-12-22 | 2 | -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 ↵ | friendica | 2013-12-21 | 1 | -0/+13 |
| | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly. | ||||
* | some re-work of mod_sources | friendica | 2013-12-15 | 1 | -2/+2 |
| | |||||
* | use 'a' ACL search instead of 'm' ACL search for mod_sources | friendica | 2013-12-15 | 1 | -0/+2 |
| | |||||
* | typo in mod_poke.js | friendica | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | finish ACL's in personal menus | friendica | 2013-12-07 | 1 | -0/+22 |
| | |||||
* | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 1 | -0/+5 |
| | |||||
* | make autocomplete better themable by adding an id | marijus | 2013-11-14 | 5 | -5/+10 |
| | |||||
* | That's way too wide for the sidebar | friendica | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | add republish to quick privacy settings (settings page) | friendica | 2013-10-01 | 1 | -0/+4 |
| | |||||
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 1 | -0/+3 |
| | |||||
* | sources management page | friendica | 2013-09-29 | 1 | -0/+12 |
| | |||||
* | move js from matrix page | friendica | 2013-08-15 | 1 | -0/+9 |
| | |||||
* | usability improvements on abook permissions settings - keep advanced ↵ | friendica | 2013-07-17 | 1 | -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 tweaks | friendica | 2013-05-20 | 1 | -3/+3 |
| | |||||
* | add the "publish in directory" setting to the privacy macros | friendica | 2013-05-20 | 1 | -0/+12 |
| | |||||
* | privacy settings macros - the basics except for toggling "publish in ↵ | friendica | 2013-05-20 | 1 | -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 file | friendica | 2013-04-17 | 1 | -0/+13 |
| | |||||
* | add soapbox settings | friendica | 2013-02-10 | 1 | -0/+9 |
| | |||||
* | finish the abook_edit quicklink mess, get rid of the experimental nav bar ↵ | friendica | 2013-02-07 | 1 | -7/+0 |
| | | | | opacity. Bad idea. | ||||
* | auto form submission didn't work - jquery inheritance issue, disabling until ↵ | friendica | 2013-02-07 | 1 | -4/+4 |
| | | | | we find another way. |