Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 9 | -45/+21 |
| | | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief. | ||||
* | well that was certainly fun. And the reason why likes and other acitivity ↵ | friendica | 2015-02-11 | 1 | -1/+1 |
| | | | | deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain. | ||||
* | item voting tools | friendica | 2015-02-10 | 2 | -1/+10 |
| | |||||
* | improvements in duplicate like detection, especially w/r/t event participation | friendica | 2015-02-10 | 1 | -7/+28 |
| | |||||
* | correct the object type if it isn't stored/linked to an item yet | friendica | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | more progress on event confirmations | friendica | 2015-02-10 | 1 | -2/+20 |
| | |||||
* | bring some styling back to the colorbox and improve the event preview ability | friendica | 2015-02-09 | 1 | -0/+12 |
| | |||||
* | event form - provide map ability for location field and add preview ability | friendica | 2015-02-09 | 1 | -0/+9 |
| | |||||
* | title missing sending to diaspora (which doesn't support titles but let's ↵ | friendica | 2015-02-09 | 1 | -1/+1 |
| | | | | not go there). | ||||
* | help text for the "adjust for viewer timezone" toggle switch since you ↵ | friendica | 2015-02-08 | 1 | -1/+1 |
| | | | | apparently need an IQ of 230 or greater to be able to use it correctly. | ||||
* | undo extra logging | friendica | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | make default calendar view ambivalent to the state of the ignore flag. | friendica | 2015-02-08 | 1 | -3/+2 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-08 | 1 | -1/+1 |
|\ | |||||
| * | revert to get_rel_link() | marijus | 2015-02-06 | 1 | -1/+1 |
| | | |||||
* | | restrict "mark all events seen" to only the events that are presented in the ↵ | friendica | 2015-02-08 | 1 | -2/+4 |
|/ | | | | notification view. | ||||
* | fix objurl until get_rel_link() gets sorted | marijus | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | style the checkboxes in the event form | friendica | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | event form cleanup backported from trinidad - still need to style the checkboxes | friendica | 2015-02-05 | 1 | -3/+4 |
| | |||||
* | remote rating and addition of rate-me to channel profile sidebar | friendica | 2015-02-04 | 1 | -0/+158 |
| | |||||
* | hide channel address in directory from hovertip if not logged into the matrix | friendica | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | remove extra debugging | friendica | 2015-02-03 | 1 | -2/+1 |
| | |||||
* | probably enough for now - couldn't get the censorship filter in today, I ↵ | friendica | 2015-02-03 | 2 | -1/+2 |
| | | | | think that's the only bit missing. | ||||
* | order ratings friends first | friendica | 2015-02-03 | 2 | -2/+18 |
| | |||||
* | final cleanup on ratings feature | friendica | 2015-02-03 | 1 | -1/+23 |
| | |||||
* | finish off the sync functions | friendica | 2015-02-03 | 1 | -2/+3 |
| | |||||
* | ratings - mopping up, most everything but directory sync implemented | friendica | 2015-02-03 | 3 | -35/+24 |
| | |||||
* | rating form work | friendica | 2015-02-03 | 1 | -0/+5 |
| | |||||
* | styling for the directory page when it comes to ratings | friendica | 2015-02-03 | 3 | -15/+2 |
| | |||||
* | honour block public setting - especially for standalones | friendica | 2015-02-03 | 3 | -1/+24 |
| | |||||
* | run ratingsearch on the server | friendica | 2015-02-03 | 2 | -26/+87 |
| | |||||
* | for now punt if have no poi, but we should get it from the server | friendica | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | start to tie ratings to the directory page | friendica | 2015-02-02 | 1 | -0/+4 |
| | |||||
* | add ratings to the directory sync arrays | friendica | 2015-02-02 | 1 | -0/+17 |
| | |||||
* | send rating information to directories | friendica | 2015-02-02 | 2 | -4/+4 |
| | |||||
* | sign the ratings, fix the bugs | friendica | 2015-02-02 | 3 | -6/+15 |
| | |||||
* | Merge branch 'master' into pocorate | friendica | 2015-02-02 | 1 | -3/+8 |
|\ | |||||
| * | improved directory registration - honour standalones and do the right thing | friendica | 2015-02-02 | 1 | -3/+8 |
| | | |||||
* | | add signatures | friendica | 2015-02-02 | 1 | -4/+12 |
|/ | |||||
* | admin/dbsync not reporting failed updates | friendica | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | two tracks proceeding in parallel - first adding the ability to store a ↵ | friendica | 2015-02-01 | 2 | -1/+72 |
| | | | | digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory. | ||||
* | Merge pull request #881 from cvogeley/master | RedMatrix | 2015-01-30 | 1 | -0/+3 |
|\ | | | | | Add allowed and not allowed emails to the UI in the | ||||
| * | Add allowed and not allowed emails to the UI in the | Christian Vogeley | 2015-01-29 | 1 | -0/+3 |
| | | | | | | | | admin menu | ||||
* | | how did that stuff merge? grrrr.... | friendica | 2015-01-29 | 1 | -1/+1 |
| | | |||||
* | | enable ratings only in this branch until we're ready to push | friendica | 2015-01-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into pocorate | friendica | 2015-01-29 | 2 | -4/+3 |
|\ \ | |||||
| * \ | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-29 | 1 | -4/+2 |
| |\ \ | |||||
| | * | | fix issue 848 + code comments | RedSwede | 2015-01-29 | 1 | -4/+2 |
| | |/ | |||||
| * / | disable ratings until we're a bit further along. It's all changing. | friendica | 2015-01-29 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'master' into pocorate | friendica | 2015-01-29 | 89 | -593/+593 |
|\| | |||||
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 1 | -1/+1 |
| |\ |