Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements a new permission level PERMS_PENDING | Alexandre Hannud Abdo | 2014-06-19 | 7 | -115/+132 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | wherein I revive some of my 30+year old shell scripting skills so that we ↵ | friendica | 2014-06-18 | 2 | -5/+24 |
| | | | | | | | | can process arbitrary api endpoints which generate arbitrary json and be able to crunch all of these on the command line. Getting the arbitrary query arguments into a form where they could be signed as part of the oauth packet was a challenge. (It still might be - I haven't tried querying any Chinese photo album names yet). But you can now do something like for a in `util/shredder/shredder -c red/photos -q album=2013 | jshon -e photos -a -e src` ; do wget $a; done and download all the photos in your 2013 album | ||||
* | put viewsrc back in a lightbox | friendica | 2014-06-18 | 2 | -3/+4 |
| | |||||
* | stylistic improvements to the suggestions page | friendica | 2014-06-18 | 2 | -10/+13 |
| | |||||
* | reset timestamps when unarchiving a connection | friendica | 2014-06-18 | 1 | -0/+13 |
| | |||||
* | You'll need these to build jshon - warning these are typically blocked by ↵ | friendica | 2014-06-18 | 2 | -0/+0 |
| | | | | .gitignore | ||||
* | Turns out Linux has a shred command in /usr/bin and its purpose is to ↵ | friendica | 2014-06-18 | 4 | -1/+2 |
| | | | | over-write files so we don't want to invoke it accidentally. So as not to cause confusion and issues we will rename ours to "shredder". Aussies are of course allowed to alias this to "shredda". | ||||
* | oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵ | friendica | 2014-06-18 | 4 | -12/+17 |
| | | | | 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. | ||||
* | now we should be able to remove the function check. Revert if live updates ↵ | friendica | 2014-06-18 | 2 | -28/+8 |
| | | | | or page loads go weird. I've tested, but it went weird on me last time I tried this a week or so ago so I'm crossing fingers. | ||||
* | get rid of some old crap | friendica | 2014-06-17 | 1 | -57/+4 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-17 | 1 | -3/+2 |
|\ | |||||
| * | Doco - update external resources | Thomas Willingham | 2014-06-18 | 1 | -3/+2 |
| | | |||||
* | | add photo count to photo album list | friendica | 2014-06-17 | 2 | -3/+6 |
|/ | |||||
* | access control modification functions (item specific - we may need these for ↵ | friendica | 2014-06-17 | 2 | -0/+36 |
| | | | | several data types) | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-17 | 5 | -0/+1 |
|\ | |||||
| * | Images resized to 330pxfor consistency | jeroenpraat | 2014-06-17 | 4 | -0/+0 |
| | | |||||
| * | Merge pull request #497 from git-marijus/master | RedMatrix | 2014-06-17 | 1 | -0/+1 |
| |\ | | | | | | | make maximum load average setting work again | ||||
| | * | make maximum load average setting work again | marijus | 2014-06-16 | 1 | -0/+1 |
| | | | |||||
* | | | note work still remaining | friendica | 2014-06-17 | 1 | -0/+1 |
| | | | |||||
* | | | sync profiles to nomadic clones | friendica | 2014-06-17 | 3 | -2/+50 |
|/ / | |||||
* | | more tweaks | friendica | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-16 | 7 | -109/+54 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/friendica/red | jeroenpraat | 2014-06-16 | 3 | -208/+20 |
| |\ \ | |||||
| * | | | Update nl / Dark schema: Some minor, but important fixes | jeroenpraat | 2014-06-16 | 7 | -109/+54 |
| | | | | |||||
* | | | | consistency | friendica | 2014-06-16 | 1 | -2/+1 |
| |/ / |/| | | |||||
* | | | project homepage tweaks | friendica | 2014-06-16 | 3 | -208/+20 |
|/ / | |||||
* | | Merge pull request #496 from tonybaldwin/master | RedMatrix | 2014-06-17 | 1 | -1/+1 |
|\ \ | |/ |/| | added QR code instruction | ||||
| * | added QR code instruction | tony baldwin | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | adjust expand/collapse speed to match jquery default | marijus | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | animate show/hide comments | marijus | 2014-06-16 | 1 | -2/+2 |
| | | |||||
* | | Cleaned out/updated images dir. So that we don't mix the old colour red with ↵ | jeroenpraat | 2014-06-16 | 9 | -3658/+3481 |
| | | | | | | | | the new colour with. / Updated util/messages.po | ||||
* | | update nl | jeroenpraat | 2014-06-16 | 2 | -4/+4 |
| | | |||||
* | | Hashlogo the same size as before (width 450px was still in home.html). Added ↵ | jeroenpraat | 2014-06-16 | 4 | -0/+132 |
|/ | | | | svg and light text version for dark backgrount) | ||||
* | add assets | friendica | 2014-06-16 | 3 | -0/+195 |
| | |||||
* | remove overflow property on banner | friendica | 2014-06-16 | 2 | -2/+2 |
| | |||||
* | document why this works | friendica | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | sort out the unobscure mess | friendica | 2014-06-15 | 3 | -2/+5 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-15 | 6 | -5534/+5749 |
|\ | |||||
| * | Merge pull request #495 from tuscanhobbit/master | Paolo T | 2014-06-15 | 2 | -5526/+5730 |
| |\ | | | | | | | IT: updated strings | ||||
| | * | IT: updated strings | tuscanhobbit | 2014-06-15 | 2 | -5526/+5730 |
| | | | |||||
| * | | move hide-comments to center and change its appearence a little | marijus | 2014-06-15 | 4 | -8/+19 |
| | | | |||||
* | | | issues with editing webpage permissions | friendica | 2014-06-15 | 3 | -7/+15 |
|/ / | |||||
* | | ensure item_private tracks acl fields on edit | friendica | 2014-06-15 | 2 | -2/+11 |
| | | |||||
* | | only show jotnets when posting conversation items | friendica | 2014-06-14 | 13 | -17/+22 |
| | | |||||
* | | webpage permissions weirdness | friendica | 2014-06-14 | 2 | -15/+22 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-14 | 5 | -22/+21 |
|\ \ | |||||
| * \ | Merge pull request #494 from git-marijus/master | RedMatrix | 2014-06-15 | 5 | -22/+21 |
| |\ \ | | | | | | | | | unclutter menus a little | ||||
| | * | | no need to have this twice | marijus | 2014-06-14 | 1 | -1/+0 |
| | | | | |||||
| | * | | fix active state | marijus | 2014-06-14 | 1 | -0/+1 |
| | | | | |||||
| | * | | whitespace | marijus | 2014-06-14 | 2 | -3/+0 |
| | | | |