| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | add some subtle delineation to directory entries, remove forced link on homep... | friendica | 2014-11-11 | 1 | -1/+1 |
| * | the code is a bit crufty, but this should fix issue #687 | friendica | 2014-11-11 | 1 | -0/+16 |
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-10 | 1 | -28/+25 |
| |\ |
|
| | * | Merge pull request #686 from beardy-unixer/master | RedMatrix | 2014-11-11 | 1 | -28/+25 |
| | |\ |
|
| | | * | Add a new theme flag - library. Not directly available to be used itself but | Thomas Willingham | 2014-11-10 | 1 | -28/+25 |
| * | | | issue #683 - don't linkify homepage field without validating | friendica | 2014-11-10 | 1 | -0/+2 |
| |/ / |
|
| * | | indicate public forums in directory results (there will be some [possibly con... | friendica | 2014-11-10 | 2 | -0/+5 |
| * | | add public forum identification to libzot. No attempt is made to identify oth... | friendica | 2014-11-10 | 1 | -0/+16 |
| * | | class is a reserved word | friendica | 2014-11-10 | 1 | -4/+4 |
| |/ |
|
| * | menu page cleanup | friendica | 2014-11-09 | 1 | -15/+17 |
| * | remove extraneous logging | friendica | 2014-11-09 | 1 | -4/+1 |
| * | directory listing shows phantom keywords | friendica | 2014-11-09 | 1 | -1/+3 |
| * | New layout for directory | Stefan Parviainen | 2014-11-09 | 2 | -191/+49 |
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-07 | 1 | -5/+6 |
| |\ |
|
| | * | provide lockstate for photo edit | marijus | 2014-11-07 | 1 | -5/+6 |
| * | | fix broken photo edits when adult flag is changed | friendica | 2014-11-07 | 1 | -8/+7 |
| |/ |
|
| * | Provide a way to mark photos as adult and hide them from the default album vi... | friendica | 2014-11-06 | 1 | -27/+31 |
| * | provide a lockstate for photo uploads | marijus | 2014-11-06 | 1 | -1/+4 |
| * | crude skeleton for location manager and the UI sucks but at least it's on a w... | friendica | 2014-11-05 | 1 | -28/+42 |
| * | some minor cleanup of unreported (and as yet undiscovered) issues with permis... | friendica | 2014-11-05 | 1 | -0/+1 |
| * | changed notification description | friendica | 2014-11-04 | 1 | -1/+1 |
| * | minor adjustments to make the form work as designed | friendica | 2014-11-04 | 1 | -2/+3 |
| * | ok heads up - potentially destabilising change. I've tried to sort out all th... | friendica | 2014-11-04 | 1 | -10/+18 |
| * | configurable visual alerts/notifications | friendica | 2014-11-04 | 2 | -72/+166 |
| * | wall posted comment to a top-level wall post which arrived via a route (e.g. ... | friendica | 2014-11-03 | 1 | -0/+3 |
| * | if uploading a photo go away to album | marijus | 2014-11-03 | 1 | -2/+7 |
| * | if deleting a photo go away to album | marijus | 2014-11-03 | 1 | -1/+3 |
| * | even more photos work | marijus | 2014-11-01 | 1 | -11/+9 |
* | | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 48 | -234/+267 |
|/ |
|
* | check that we have valid data | friendica | 2014-11-01 | 1 | -10/+16 |
* | do not reload page for photo upload | marijus | 2014-10-31 | 1 | -12/+8 |
* | more work on photo upload | marijus | 2014-10-31 | 1 | -7/+5 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-30 | 1 | -36/+13 |
|\ |
|
| * | some work on photo upload | marijus | 2014-10-30 | 1 | -36/+13 |
* | | What this checkin does is catch the case where a comment arrived and there's ... | friendica | 2014-10-30 | 2 | -2/+16 |
* | | allow feed paging | friendica | 2014-10-29 | 1 | -0/+3 |
|/ |
|
* | if any privacy tags are created on a top level post, restrict the post; since... | friendica | 2014-10-28 | 1 | -1/+14 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-28 | 2 | -28/+65 |
|\ |
|
| * | change the way tagrm works to allow tag removal on the fly | marijus | 2014-10-28 | 2 | -28/+65 |
* | | change photo tag bubble tip | friendica | 2014-10-28 | 1 | -1/+1 |
|/ |
|
* | several unrelated things - auto_follow wasn't working for new accounts, error... | friendica | 2014-10-27 | 2 | -5/+6 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-27 | 1 | -27/+21 |
|\ |
|
| * | do not reload page for edit album and some minor cleanup | marijus | 2014-10-27 | 1 | -27/+21 |
* | | add "repository" permissions role and make sure we have a sane "accept" defau... | friendica | 2014-10-27 | 1 | -0/+6 |
|/ |
|
* | a couple of photo tag issues | friendica | 2014-10-26 | 2 | -23/+34 |
* | couple of other places where we need to reset stuff completely if the role ch... | friendica | 2014-10-26 | 1 | -6/+11 |
* | reset ACL just in case it was custom already. | friendica | 2014-10-26 | 1 | -1/+1 |
* | put privacy role selector in settings page. Change visibility of various perm... | friendica | 2014-10-26 | 1 | -117/+107 |
* | use intval rather than dbesc since these are ints. Should work regardless, bu... | friendica | 2014-10-26 | 1 | -2/+2 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-26 | 1 | -3/+37 |
|\ |
|