aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update composer libsMario Vavti2019-04-25102-3985/+3125
|
* Merge branch 'dev' into 'dev'Mario2019-04-241-14/+21
|\ | | | | | | | | Add modification date in Etag hash calculation and optimize cached photos processing See merge request hubzilla/core!1607
| * Optimize cached photos processingMax Kostikov2019-04-241-11/+13
| |
| * Add modified date in Etag hash calculationMax Kostikov2019-04-241-3/+8
| |
* | calendar merge: bring back event categoriesMario Vavti2019-04-244-33/+52
| |
* | Merge branch 'update-docs' into 'dev'Max Kostikov2019-04-221-105/+164
|\ \ | | | | | | | | | | | | Update docs See merge request hubzilla/core!1606
| * | Tidy up various bits of documentationDaniel Lowe2019-04-221-87/+163
| | |
| * | Remove section on techlevelsDaniel Lowe2019-04-221-18/+1
| | |
* | | Merge branch 'fix-infinite-loop' into 'dev'Max Kostikov2019-04-221-12/+6
|\ \ \ | |/ / |/| | | | | | | | Fix infinite loop using postgres as backend See merge request hubzilla/core!1605
| * | Fix infinite loop using postgres as backendDaniel Lowe2019-04-211-12/+6
|/ / | | | | | | | | | | unescapebin is handed a string in some cases, and it causes an infinite loop when it does. This ensures that the argument is a resource before loading its contents.
* | Merge branch 'calendar_merge' into 'dev'Max Kostikov2019-04-2010-52/+872
|\ \ | | | | | | | | | | | | calendar merge - initial checkin See merge request hubzilla/core!1599
| * \ resolve merge conflictMario Vavti2019-04-203-2/+3
| |\ \ | |/ / |/| |
* | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-191-1/+1
|\ \ \ | | |/ | |/| | | | | | | Add anti SEO link properties in directory listing See merge request hubzilla/core!1603
| * | Add anti SEO link properties in directory listingMax Kostikov2019-04-191-1/+1
| | |
* | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-191-2/+2
|\| | | | | | | | | | | | | | Fix update button in cdav_calendar.tpl See merge request hubzilla/core!1602
| * | Update cdav_calendar.tplMax Kostikov2019-04-191-2/+2
| | |
* | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-191-0/+1
|\| | | | | | | | | | | | | | Add translation to calendar event update button See merge request hubzilla/core!1601
| * | Add translation to update buttonMax Kostikov2019-04-191-0/+1
| | |
* | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-191-1/+1
|\| | | | | | | | | | | | | | Fix translation to update button See merge request hubzilla/core!1600
| * | Add translation to update buttonMax Kostikov2019-04-191-1/+1
| | |
| | * Merge branch 'dev' into calendar_mergeMario Vavti2019-04-192-6/+33
| | |\ | |_|/ |/| |
* | | Merge branch 'dev' into 'dev'Mario2019-04-192-6/+33
|\| | | | | | | | | | | | | | Add remove profile photo button See merge request hubzilla/core!1598
| * | Add remove profile photo buttonMax Kostikov2019-04-191-4/+30
| | |
| * | Add remove profile photo buttonMax Kostikov2019-04-191-2/+3
| | |
| | * provide location and description informationMario Vavti2019-04-192-6/+13
| | |
| | * provide link to source and some cleanupMario Vavti2019-04-195-145/+17
| | |
| | * Merge branch 'dev' into calendar_mergeMario Vavti2019-04-197-407/+135
| | |\ | |_|/ |/| |
* | | Merge branch 'dev' into 'dev'Mario2019-04-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | required php version not available but allowed to continue See merge request hubzilla/core!1597
| * | | required php version not available but allowed to continuezotlabs2019-04-181-1/+1
| | | |
* | | | Merge branch 'dev' into 'dev'Mario2019-04-191-30/+13
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Precise cache related headers processing; remove duplicated code and optimization See merge request hubzilla/core!1596
| * | | Update Photo.phpMax Kostikov2019-04-181-1/+1
| | | |
| * | | Update Photo.phpMax Kostikov2019-04-181-2/+4
| | | |
| * | | Implement ETag: header support for cache controlMax Kostikov2019-04-181-15/+14
| | | |
| * | | Add 'must-revalidate' to Cache-control header for profile photosMax Kostikov2019-04-171-1/+4
| | | |
| * | | Precise 'Modified:' header processing if no profile photo added; remove ↵Max Kostikov2019-04-171-29/+8
| | | | | | | | | | | | | | | | duplicated code
* | | | Merge branch 'homeinstall_certbot' into 'dev'Mario2019-04-193-374/+114
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Letsencrypt: replaced dehydrated by certbot. Backup: replaced rsnaphsot by... See merge request hubzilla/core!1592
| * | | | Letsencrypt: replaced dehydrated by certbot. Backup: replaced rsnaphsot by ↵OJ Random2019-04-153-374/+114
| | | | | | | | | | | | | | | | | | | | rsync. Readme: changed install instructions.
* | | | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-182-2/+7
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | add attachments to zot6 event objects, add zot6 to federated transports (webfinger) See merge request hubzilla/core!1593
| * | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-04-15156-14399/+42049
| |\| | |
| * | | | add attachments to zot6 event objects, add zot6 to federated transports ↵zotlabs2019-04-152-2/+7
| | | | | | | | | | | | | | | | | | | | (webfinger)
| | | | * calendar merge initial commitMario Vavti2019-04-197-49/+990
| |_|_|/ |/| | |
* | | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-161-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Fix file path with filesystem storage See merge request hubzilla/core!1595
| * | | Fix file path with filesystem storageMax Kostikov2019-04-161-1/+1
| | | |
* | | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-161-11/+5
|\| | | | |_|/ |/| | | | | | | | Use base image content instead of os_path; fix base images stats See merge request hubzilla/core!1594
| * | Use base image content instead of os_path; fix base images statsMax Kostikov2019-04-161-11/+5
| | |
* | | Merge branch 'dev' into 'dev'Mario2019-04-151-37/+58
|\ \ \ | |/ / |/| | | | | | | | Extending GitLab CI/CD. See merge request hubzilla/core!1589
| * | Extending GitLab CI/CD.Klaus Weidenbach2019-04-131-37/+58
| | | | | | | | | | | | | | | | | | Add PHP7.3 image and .gitlab-ci.yml restructuring. Use YAML Anchors for job templates. Add more DB/PHP version combinations.
* | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update INSTALL.txt See merge request hubzilla/core!1591
| * | | Update INSTALL.txtMax Kostikov2019-04-151-1/+1
| | | |
* | | | Merge branch 'dev' into 'dev'Max Kostikov2019-04-153-14110/+14263
|\| | | | | | | | | | | | | | | | | | | Update Russian translation See merge request hubzilla/core!1590