aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | Update Russian hmessages.poMax Kostikov2019-02-201-11297/+11221
| | | |/ / /
| | * | | | bump dev versionMario Vavti2019-02-201-1/+1
| | | | | |
| * | | | | Update PHP Version check during Setup.Klaus Weidenbach2019-02-221-31/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hubzilla 4.0 requires PHP7. The oldest still supported PHP branch is 7.1. So check during Setup for PHP >= 7.1. (cherry picked from commit 3f13c85b64ebaa4fbd2ee6c0276febcdc3bf7afb)
| * | | | | Update Spanish translationManuel Jiménez Friaza2019-02-212-1644/+1992
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e6f289deb65e7c770641b27bbe0e48d056a6cd76) (cherry picked from commit a3a90ea09b0a3288a4b55c4078751eff0b3f801b)
| * | | | | fix summary and use item_normal_search() for viewsrc so we can also view the ↵Mario Vavti2019-02-212-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source for articles, cards, etc. (cherry picked from commit a0ad110cff00bc9c506f5e6b921e5bd350f98f98)
| * | | | | Update Russian hstrings.phpMax Kostikov2019-02-201-2769/+2774
| | | | | | | | | | | | | | | | | | (cherry picked from commit 3a6ea57d2cd80a0aaac04cc495a4a7d0395ab07e)
| * | | | | Update Russian hmessages.poMax Kostikov2019-02-201-11297/+11221
| |/ / / / | | | | | | | | | | (cherry picked from commit e960bcfd1c2f0deed6818ee71e1139684e1832ab)
| * / / / bump versionMario Vavti2019-02-201-1/+1
| |/ / /
| * | | Merge branch 'dev' into 'dev'Mario2019-02-208-38/+295
| |\ \ \ | | | |/ | | |/| | | | | | | | | basic support for nomadic content, fix for permitted guests deleting their own files in cloud space of other channel,urlencode category widget links See merge request hubzilla/core!1523
| | * | urlencode links in category widgetzotlabs2019-02-191-1/+1
| | | |
| | * | hubzilla has uuid - use that instead of wildcardzotlabs2019-02-191-4/+4
| | | |
| | * | remove extraneous loggingzotlabs2019-02-191-1/+0
| | | |
| | * | fix ability for file storage creators (visitors) to be able to delete their ↵zotlabs2019-02-193-15/+42
| | | | | | | | | | | | | | | | own content
| | * | Merge branch 'dev' of https://framagit.org/zot/core into devzotlabs2019-02-197-1512/+1811
| | |\ \ | | |/ / | |/| |
| * | | update composer autoload cacheMario Vavti2019-02-192-0/+14
| | | |
| * | | update stringsMario Vavti2019-02-191-1506/+1791
| | | |
| * | | Merge branch 'patch-20190218a' into 'dev'Mario2019-02-191-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix: post_activity_item returns success => true even on failure. See merge request hubzilla/core!1521
| | * | | Fix: post_activity_item returns success => true even on failure.M.Dent2019-02-181-0/+2
| | | | |
| * | | | Merge branch 'js_fixes' into 'dev'M. Dent2019-02-191-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | prevent page jumping on like if comments are expanded (show all x comments) See merge request hubzilla/core!1520
| | * | | | prevent page jumping on like if comments are expanded (show all x comments)Mario Vavti2019-02-181-2/+2
| | |/ / /
| * | | | Merge branch 'mod_display_fixes' into 'dev'M. Dent2019-02-191-3/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | if local_channel() and updating the page do not query for another item if the... See merge request hubzilla/core!1519
| | * | | | if local_channel() and updating the page do not query for another item if ↵Mario Vavti2019-02-181-3/+2
| | |/ / / | | | | | | | | | | | | | | | the first query returned no results. we will most probably find an item from another channel (e.g. after liking a comment) and end up with multiple items with the same mid from different channels after the page update
| * | | | Merge branch 'core_fixes' into 'dev'M. Dent2019-02-191-1/+0
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | remove zottel.net from fallback servers. it switched to directory_mode_normal from secondary See merge request hubzilla/core!1518
| | * | | remove zottel.net from fallback servers. it switched to ↵Mario Vavti2019-02-181-1/+0
| | | | | | | | | | | | | | | | | | | | directory_mode_normal from secondary
| | | * | mod_id should return object not collectionzotlabs2019-02-191-76/+9
| | | | |
| | | * | support zot location independent urlszotlabs2019-02-184-22/+320
| | |/ / | |/| |
| * | | Merge branch 'photo_driver_refactor' into 'dev'Mario2019-02-187-877/+1145
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Photo driver refactor See merge request hubzilla/core!1515
| | * | | Remove duplicate code in PhotoDriver classes.Klaus Weidenbach2019-02-143-38/+32
| | | | | | | | | | | | | | | | | | | | | | | | | cropImage is just a special case of cropImageRect, no need to duplicate all the code.
| | * | | Refactor photo_driver to use namespaces.Klaus Weidenbach2019-02-147-684/+929
| | | | | | | | | | | | | | | | | | | | Add simple UnitTest, but it is not yet very meaningful.
| | * | | Clean up and documentation in photo_drive.Klaus Weidenbach2019-02-141-242/+271
| | | | |
| * | | | Merge branch 'QA' into 'dev'Mario2019-02-181-19/+50
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve gitlab-ci environment. See merge request hubzilla/core!1516
| | * | | | Improve gitlab-ci environment.Klaus Weidenbach2019-02-171-19/+50
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Use a custom Hubzilla image to speed up pipeline. Single test jobs were around 4:30-5:00 minutes, now ~1:30 minute. Improve Composer cache in Gitlab CI/CD. Add more recent databases (MySQL8, MariaDB10.3) to the pipeline.
| * | | | Merge branch 'dev' into 'dev'Mario2019-02-181-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | MySQL 8 admin summary compatibility See merge request hubzilla/core!1517
| | * | | MySQL 8 admin summary compatibilityMax Kostikov2019-02-171-1/+1
| | | | |
| * | | | Merge branch 'exclude_addon_common' into 'dev'M. Dent2019-02-151-1/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | exclude addon_common from addon list See merge request hubzilla/core!1513
| | * | | | exclude addon_common from addon listMario2019-02-151-1/+4
| | | | | |
| * | | | | Merge branch 'rm_addon_settings' into 'dev'M. Dent2019-02-151-7/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Remove deprecated addon settings See merge request hubzilla/core!1514
| | * | | | deprecate addon settingsMario2019-02-151-7/+0
| |/ / / /
| * | | | missing use appMario Vavti2019-02-141-0/+1
| | | | |
| * | | | Merge branch 'affinity_fixes' into 'dev'M. Dent2019-02-145-119/+94
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | affinity tool fixes See merge request hubzilla/core!1511
| | * | | | affinity tool fixesMario Vavti2019-02-145-119/+94
| | | | | |
| * | | | | Merge branch 'disable_repeats' into 'dev'M. Dent2019-02-141-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | disable repeats until issues are resolved See merge request hubzilla/core!1512
| | * | | | disable repeats until issues are resolvedMario Vavti2019-02-141-1/+2
| |/ / / /
| * | | | Merge branch 'aff2' into 'dev'Mario2019-02-146-8/+91
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | affinity slider as app See merge request hubzilla/core!1449
| | * | | | affinity slider as appphani002019-02-146-8/+91
| |/ / / /
| * | | | Merge branch 'patch-20190212a' into 'dev'Mario2019-02-131-3/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix: only first lock red with privacy_warning See merge request hubzilla/core!1510
| | * | | | Only cascade privacy warning if thread parent has privacy concerns.M.Dent2019-02-131-5/+2
| | | | | |
| | * | | | Fix: only first lock red with privacy_warningM.Dent2019-02-121-3/+9
| |/ / / /
| * | | | Merge branch 'dev' into 'dev'Max Kostikov2019-02-122-545/+693
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Update Russian translayion See merge request hubzilla/core!1509
| | * | | Update hstrings.phpMax Kostikov2019-02-121-45/+72
| | | | |