aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remote rating and addition of rate-me to channel profile sidebarfriendica2015-02-048-15/+228
|
* add the required js filefriendica2015-02-041-0/+34
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-041-28/+60
|\
| * not quite there yet but getting closer a littlemarijus2015-02-041-28/+60
| |
* | first cut at rating widget. The flaw is that it is limited because it ↵friendica2015-02-048-25/+82
|/ | | | requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories.
* hide channel address in directory from hovertip if not logged into the matrixfriendica2015-02-031-1/+1
|
* remove extra debuggingfriendica2015-02-031-2/+1
|
* probably enough for now - couldn't get the censorship filter in today, I ↵friendica2015-02-033-7/+8
| | | | think that's the only bit missing.
* order ratings friends firstfriendica2015-02-033-6/+18
|
* final cleanup on ratings featurefriendica2015-02-038-11/+57
|
* finish off the sync functionsfriendica2015-02-032-2/+46
|
* ratings - mopping up, most everything but directory sync implementedfriendica2015-02-039-43/+57
|
* rating form workfriendica2015-02-034-1/+22
|
* Merge branch 'master' into pocoratefriendica2015-02-032-2/+7
|\
| * garbage in garbage outfriendica2015-02-032-2/+7
| |
* | that didn't look so good on a small screen - let it hang out on the right marginfriendica2015-02-031-2/+1
| |
* | styling for the directory page when it comes to ratingsfriendica2015-02-037-27/+19
| |
* | honour block public setting - especially for standalonesfriendica2015-02-033-1/+24
| |
* | run ratingsearch on the serverfriendica2015-02-035-36/+88
| |
* | Merge branch 'master' into pocoratefriendica2015-02-033-5148/+5286
|\|
| * Merge branch 'master' of https://github.com/friendica/redjeroenpraat2015-02-030-0/+0
| |\
| | * Fixed height of items in dropdown notification lists. They overlapped when ↵jeroen2015-02-031-0/+7
| | | | | | | | | | | | the browser uses a higher font size. This must work for everyone.
| * | Fixed height of items in dropdown notification lists. They overlapped when ↵jeroenpraat2015-02-031-0/+7
| |/ | | | | | | the browser uses a higher font size. This must work for everyone.
| * NL on 100 percent again :/jeroen2015-02-032-5148/+5279
| |
* | for now punt if have no poi, but we should get it from the serverfriendica2015-02-031-1/+1
| |
* | start to tie ratings to the directory pagefriendica2015-02-022-4/+8
| |
* | add ratings to the directory sync arraysfriendica2015-02-021-0/+17
| |
* | send rating information to directoriesfriendica2015-02-025-28/+157
| |
* | sign the ratings, fix the bugsfriendica2015-02-023-6/+15
| |
* | Merge branch 'master' into pocoratefriendica2015-02-022-3/+15
|\|
| * improved directory registration - honour standalones and do the right thingfriendica2015-02-022-3/+15
| |
* | Merge branch 'master' into pocoratefriendica2015-02-022-0/+77
|\|
| * Merge https://github.com/friendica/red into pending_mergefriendica2015-02-022-0/+77
| |\
| | * comment out latest changes - needs more testingmarijus2015-02-021-4/+4
| | |
| | * comment this out for now - it is not always truemarijus2015-02-021-2/+2
| | |
| | * one important line missingmarijus2015-02-021-0/+1
| | |
| | * we also need folder heremarijus2015-02-021-1/+1
| | |
| | * typomarijus2015-02-021-1/+1
| | |
| | * just select permsmarijus2015-02-021-1/+1
| | |
| | * respect parent dir permissionsmarijus2015-02-022-0/+76
| | |
| * | Merge branch 'pocorate'; commit '043ff33'friendica2015-02-020-0/+0
| | |
* | | add signaturesfriendica2015-02-021-4/+12
|/ /
* / issue #889 private tags for forums no longer recognised after tag refactor a ↵friendica2015-02-022-0/+4
|/ | | | few weeks back. This solution is not optimal as it also leaves you in the privacy ACL in some cases and not in others but it restores the previous functionality
* admin/dbsync not reporting failed updatesfriendica2015-02-012-2/+2
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-012-3/+4
|\
| * typo, see #884jeroenpraat2015-02-021-3/+3
| |
| * add multipart/mixed to getIconFromType()marijus2015-02-011-0/+1
| |
* | two tracks proceeding in parallel - first adding the ability to store a ↵friendica2015-02-018-4/+101
|/ | | | 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 https://github.com/friendica/red into pending_mergefriendica2015-01-313-6/+16
|\
| * Add more detail about directory_mode settings to default config and docsHabeas Codice2015-01-302-5/+15
| |