aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* fix space around brackets changing.friendica2014-06-191-3/+9
|
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-194-42/+59
| | | | | | | | | | | | | | | | With this a user can allow some action to any user which connects to them, even before they've connected back. Ref. https://mobiliza.org.br/display/478d9e71eaf55748dc646d3990651d6d34cfb7db5c38360538ec730ca3ccf908@zothub.com Also some code cleanup and an alternative logic for handling notifications of permission changes in zot.php. This assumes that private posts are still restricted to people in your addressbook. Regardless of your global permissions, a pending channel won't get private posts, even if the post only has a deny clause not matching the pending channel.
* put viewsrc back in a lightboxfriendica2014-06-181-1/+1
|
* reset timestamps when unarchiving a connectionfriendica2014-06-181-0/+13
|
* oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵friendica2014-06-181-3/+4
| | | | shred -- well "shred". I also had to change the photos album list API a bit to fix any imagined and/or real parsing issues and also fixed shred so it can find its auxiliary files.
* add photo count to photo album listfriendica2014-06-171-2/+3
|
* access control modification functions (item specific - we may need these for ↵friendica2014-06-172-0/+36
| | | | several data types)
* note work still remainingfriendica2014-06-171-0/+1
|
* sync profiles to nomadic clonesfriendica2014-06-171-0/+39
|
* document why this worksfriendica2014-06-151-0/+3
|
* sort out the unobscure messfriendica2014-06-151-1/+4
|
* issues with editing webpage permissionsfriendica2014-06-151-2/+4
|
* only show jotnets when posting conversation itemsfriendica2014-06-141-2/+4
|
* webpage permissions weirdnessfriendica2014-06-141-6/+8
|
* whitespacemarijus2014-06-142-3/+0
|
* unclutter menues a littlemarijus2014-06-142-19/+18
|
* load main.js lastfriendica2014-06-131-1/+15
|
* send new connection notification even if auto-perms are setfriendica2014-06-121-1/+1
|
* issue #433friendica2014-06-101-1/+1
|
* merge the app menusfriendica2014-06-101-3/+13
|
* syntax errorfriendica2014-06-101-1/+1
|
* should really wait until after the first cuppafriendica2014-06-101-4/+5
|
* remote install app (untested)friendica2014-06-101-1/+14
|
* notify tweaksfriendica2014-06-091-0/+2
|
* doc updatesfriendica2014-06-062-2/+10
|
* Merge branch 'master' of https://github.com/friendica/redjeroenpraat2014-06-053-0/+43
|\
| * poke notificationsfriendica2014-06-041-0/+28
| |
| * duplicate birthday events showing upfriendica2014-06-041-0/+7
| |
| * add zrl stuff - still a lot of new stuff missing but I'm not going to do it all.friendica2014-06-041-0/+8
| |
* | Merge branch 'master' of https://github.com/friendica/redjeroenpraat2014-06-044-5/+27
|\|
| * suggest appfriendica2014-06-031-1/+3
| |
| * don't add a birthday event if the birthday channel doesn't have permission ↵friendica2014-06-032-1/+6
| | | | | | | | to send you posts.
| * don't provide a second (actually third counting the navbar) search box on ↵friendica2014-06-031-1/+1
| | | | | | | | the search page if you've got saved searches turned on. This should solve some problems with duplicate html id's (and save wasn't working anyway). If you don't have saved search ability (which will provide a saved search widget in the sidebar), provide a simple search box in the main content region but without save ability.
| * Merge https://github.com/friendica/red into pending_mergefriendica2014-06-032-5/+5
| |\
| * | make system generated birthday events un-commentable since comments won't go ↵friendica2014-06-031-2/+17
| | | | | | | | | | | | where you think.
* | | expand/collapse is also used for comments, so removing 'post'.jeroenpraat2014-06-031-2/+2
| |/ |/|
* | Updated strings for show entire post and show less to expand and collapse. ↵jeroenpraat2014-06-032-5/+5
|/ | | | See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
* Updated to [+] show more, [+] show more comments, etc. See ↵jeroenpraat2014-06-032-5/+5
| | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
* bring back birthdaysfriendica2014-06-024-6/+67
|
* don't show app editing options to non-authenticated folksfriendica2014-06-011-0/+1
|
* add a few days of slop to the orphan finder to account for any lags in dir ↵friendica2014-06-011-1/+1
| | | | syncing.
* regression: (-1) update_flag still exists in one function. This should be ↵friendica2014-06-011-1/+1
| | | | UPDATE_FLAGS_FORCED or 2.
* issue #477friendica2014-06-011-2/+2
|
* use consistent capitalisation in the item actions menufriendica2014-05-292-7/+7
|
* testing new event codefriendica2014-05-292-7/+13
|
* newevent: front end functionsfriendica2014-05-291-1/+5
|
* more work on new event codefriendica2014-05-291-58/+46
|
* event_addtocal function for storing received eventsfriendica2014-05-291-6/+52
|
* start to tie in the new event logicfriendica2014-05-291-1/+1
|
* split event storage into two bits - separate the event storage from the ↵friendica2014-05-291-65/+77
| | | | associated item storage