aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Fix too many argumentsM.Dent2018-10-071-2/+0
| | |/ / /
| | * | | Merge branch 'fix-runaway-cron' into 'dev'M. Dent2018-10-071-4/+118
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix (potential) runaway cron See merge request hubzilla/core!1318
| | | * | | Fix (potential) runaway cronM. Dent2018-10-071-4/+118
| | |/ / /
| | * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-072-6/+6
| | |\| |
| | | * | use hubloc_store_lowlevel to ensure all hubloc columns are initialisedzotlabs2018-10-061-1/+1
| | | | |
| | | * | minor app cleanupzotlabs2018-10-051-5/+5
| | | | |
| | | * | Merge branch 'dev'zotlabs2018-10-04144-869/+1321
| | | |\ \
| | * | \ \ Merge branch 'dev' into 'dev'M. Dent2018-10-071-2/+3
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing else clause See merge request hubzilla/core!1317
| | | * | | | Add missing else clauseM.Dent2018-10-061-2/+3
| | | | | | |
| | * | | | | return success for postgresMario Vavti2018-10-061-8/+11
| | | | | | |
| | * | | | | fix issue #1281 - hubloc default valuesMario Vavti2018-10-063-2/+27
| | | | | | |
| | * | | | | those 3px make a difference on medium sized screensMario Vavti2018-10-061-1/+1
| | | | | | |
| | * | | | | give apps some more space and prevent linebreaks in app names. Add ellipsis ↵Mario Vavti2018-10-061-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to too long names.
| | * | | | | another db update to get rid of the old view bookmarks entriesMario Vavti2018-10-062-1/+24
| | | | | | |
| | * | | | | move profile assign selector to profile settings and personal menu selector ↵Mario Vavti2018-10-066-74/+61
| | |/ / / / | | | | | | | | | | | | | | | | | | to channel_home settings and get rid of misc channel settings section.
| | * | | | this did not actually make senseMario Vavti2018-10-061-5/+0
| | | | | |
| | * | | | strings and force import_system_apps() on std_version changeMario Vavti2018-10-062-267/+316
| | | | | |
| | * | | | rename widget titlesMario Vavti2018-10-062-2/+2
| | | | | |
| | * | | | rename grid to network (for consistency) and activity to stream (as seen in ↵Mario Vavti2018-10-067-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | osada) because it makes much more sense.
| | * | | | pubstream appMario Vavti2018-10-064-7/+41
| | | | | |
| | * | | | randprof appMario Vavti2018-10-061-1/+21
| | | | | |
| | * | | | remote diagnostics appMario Vavti2018-10-062-5/+18
| | | | | |
| | * | | | admin should not be an app imho - we can not install/delete admin abilities. ↵Mario Vavti2018-10-062-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove suggest channels from base apps.
| | * | | | merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-10-065-6/+6
| | |\ \ \ \
| | | * \ \ \ Merge branch 'patch-6' into 'dev'Mario2018-10-064-4/+4
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new table names in docs See merge request hubzilla/core!1315
| | | | * | | | Update database.bbMax Kostikov2018-10-061-2/+2
| | | | | | | |
| | | | * | | | Update intro_for_developers.bbMax Kostikov2018-10-061-2/+2
| | | | | | | |
| | | | * | | | Update db_groups.bbMax Kostikov2018-10-061-0/+0
| | | | | | | |
| | | | * | | | Add new table names in docsMax Kostikov2018-10-061-0/+0
| | | | | | | |
| | | * | | | | Merge branch 'patch-5' into 'dev'Mario2018-10-061-2/+2
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | Respect new table names on import See merge request hubzilla/core!1314
| | | | * | | | Respect new table names on importMax Kostikov2018-10-061-2/+2
| | | |/ / / /
| | * | | | | gallery is not a core appMario Vavti2018-10-061-1/+0
| | | | | | |
| | * | | | | bookmarks: change wordingMario Vavti2018-10-061-1/+1
| | | | | | |
| | * | | | | bookmark appMario Vavti2018-10-064-6/+22
| | |/ / / /
| | * | | | Merge branch 'revert-f5acbccb' into 'dev'M. Dent2018-10-051-2/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert Fix: for hook registration. Needs more testing. See merge request hubzilla/core!1311
| | | * | | | Revert "Merge branch 'dev' into 'dev'"M. Dent2018-10-051-2/+1
| | |/ / / / | | | | | | | | | | | | This reverts merge request !1310
| | * | | | Merge branch 'dev' into 'dev'M. Dent2018-10-051-1/+2
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: hooks not added to App::$hooks[] at the time of registration See merge request hubzilla/core!1310
| | | * | | | Fix: hooks not added to App::[] at the time of registrationM.Dent2018-10-051-1/+2
| | |/ / / /
| | * | | | New russian translations hmessages.poMax Kostikov2018-10-051-11229/+11308
| | | | | | | | | | | | | | | | | | (cherry picked from commit ff53da5b0a796d1ae4c6d3e217af927da982b802)
| | * | | | New russian translations hstrings.phpMax Kostikov2018-10-051-2804/+2842
| | | | | | | | | | | | | | | | | | (cherry picked from commit 9520123f6de69543f52f30a10da814c855791a05)
| | * | | | Merge branch 'patch-3' into 'dev'Mario2018-10-051-1/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | Add 'Channel Export' in Apps list See merge request hubzilla/core!1309
| | | * | | Add 'Channel Export' in Apps listMax Kostikov2018-10-051-1/+2
| | |/ / /
| | * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-052-1/+7
| | |\| |
| | | * | regression: double linebreaks in viewsrc outputzotlabs2018-10-031-1/+1
| | | | |
| | | * | do not propagate channel deletion for an already deleted channel.zotlabs2018-10-021-0/+6
| | | | |
| | * | | bump versionMario Vavti2018-10-051-1/+1
| | | | |
| * | | | Fix order of assignment and get template file before returnZotSocial Admin2018-10-131-2/+3
| | | | | | | | | | | | | | | (cherry picked from commit 8ebcc4439b373e2127ac33c79e254bc53e8d9070)
| * | | | verify some edge case http signatureszotlabs2018-10-122-4/+26
| | | | | | | | | | | | | | | (cherry picked from commit c6bfd5e7befedf79ab6f7e70902e5fb2aa69fa6f)
| * | | | Typos in Spanish translationManuel Jiménez Friaza2018-10-112-7/+7
| | | | | | | | | | | | | | | (cherry picked from commit c54ba1fb860292c1f439c0fc2c0e7c1c0090f23c)
| * | | | Add wiki_preprocess hook and documentationM.Dent2018-10-114-1/+19
| | | | | | | | | | | | | | | (cherry picked from commit bad4ea6e65a45ac2523a9a7c2ec624ad2535b652)