aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improved directory registration - honour standalones and do the right thingfriendica2015-02-022-3/+15
|
* 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
| |
* | 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
| |
| * prevent silly fake null date from causing problems OTW from older buildsHabeas Codice2015-01-301-1/+1
| |
* | issue #885, autoperms not working for diaspora connectionsfriendica2015-01-311-1/+1
| |
* | revupfriendica2015-01-311-1/+1
|/
* sync_locations() toggle DB flag functions were broken - result of postgres ↵friendica2015-01-306-4/+751
| | | | changes. Split these into seperate set and reset blocks.
* fix random profilesfriendica2015-01-301-2/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-01-301-1/+1
|\
| * better cross-browser compatibility for td hover colourmarijus2015-01-301-1/+1
| |
* | let zot_refresh continue without a primary hub if one cannot be found. also ↵friendica2015-01-3086-4189/+4483
|/ | | | weekly doc updates
* Merge pull request #881 from cvogeley/masterRedMatrix2015-01-302-1/+5
|\ | | | | Add allowed and not allowed emails to the UI in the
| * Add allowed and not allowed emails to the UI in theChristian Vogeley2015-01-292-1/+5
| | | | | | | | admin menu
* | how did that stuff merge? grrrr....friendica2015-01-292-3/+3
| |
* | bring back inline imagesfriendica2015-01-291-6/+15
| |
* | enable ratings only in this branch until we're ready to pushfriendica2015-01-291-1/+1
| |
* | Merge branch 'master' into pocoratefriendica2015-01-295-6/+5
|\ \
| * \ Merge https://github.com/friendica/red into pending_mergefriendica2015-01-294-6/+4
| |\ \
| | * \ Merge pull request #880 from redswede/masterRedMatrix2015-01-304-6/+4
| | |\ \ | | | |/ | | |/| fixes
| | | * small autocomplete fix adding space to the outputRedSwede2015-01-291-1/+1
| | | | | | | | | | | | | | | | provides: the ability to press enter after pressing enter during the mention-js-popup (this second enter should behave as a normal one) FF35
| | | * non-tested fix for issue 847RedSwede2015-01-291-1/+1
| | | |
| | | * fix issue 848 + code commentsRedSwede2015-01-291-4/+2
| | | |
| | | * Renamed translation fileRedSwede2015-01-291-0/+0
| | |/
| * / disable ratings until we're a bit further along. It's all changing.friendica2015-01-291-0/+1
| |/
* | Merge branch 'master' into pocoratefriendica2015-01-29165-936/+933
|\|
| * implement diaspora profile message (oops) or updated profile photos won't be ↵friendica2015-01-292-22/+5
| | | | | | | | updated
| * Merge https://github.com/friendica/red into pending_mergefriendica2015-01-284-5/+7
| |\
| | * postgres does not support the , syntax. a ; would work, if it weren't ↵Habeas Codice2015-01-281-1/+3
| | | | | | | | | | | | | | | | | | | | | statement-locked. FWIW, the exact same queries listed for postgres are perfectly valid and equivalent on mysql. no need for separate statements.
| | * Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-01-2827-388/+604
| | |\
| | * | bookmarkedchats: remove extraneous group by, dupes removed on insertHabeas Codice2015-01-281-2/+2
| | | | | | | | | | | | | | | | suggestedchats: normalize to standard SQL
| | * | fix improper group by usageHabeas Codice2015-01-281-1/+1
| | | |
| | * | fix implicit booleanHabeas Codice2015-01-281-1/+1
| | | |
| * | | provide compatibility functions so code breakage with customised setups or ↵friendica2015-01-281-0/+12
| | | | | | | | | | | | | | | | work in progress should be minor
| * | | remote_user => remote_channelfriendica2015-01-2833-47/+47
| | | |
| * | | local_user => local_channelfriendica2015-01-28155-886/+886
| | |/ | |/|