aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* apply calendar encoding fixes to mod calMario Vavti2019-06-201-3/+3
| | | (cherry picked from commit 24b0f8e27e2f5e035b9a8f488bae8d79a10398a4)
* fix encoding also for description and locationMario Vavti2019-06-201-3/+3
| | | (cherry picked from commit f37387de8061aab7221dde7697402be564d596d5)
* various calendar UI improvements: make day- and weeknumbers clickable for ↵Mario Vavti2019-06-201-8/+31
| | | | | | | | navigation, hide start and end time fields in month view (only allday events can be generated there), remove the action arg from changeView(). ; (cherry picked from commit 4f705fc3f8daa71d878cbb275651cc55b03e1015)
* tweak to event title encoding to ensure it works with German, Russian, as ↵zotlabs2019-06-201-1/+1
| | | | | well as angle chars (cherry picked from commit 952e466d9121726f00c94b6527ff01255529b82c)
* events: don't use htmlentities on local (hz) event titles as they are not ↵zotlabs2019-06-202-3/+4
| | | | | being used in textareas and umlauts for instance are getting mangled on the calendar display (cherry picked from commit c1cc76119cf055c50045af24df07040fa32d2bf6)
* Merge branch 'patch-2' into 'master'Mario2019-06-181-1/+1
|\ | | | | | | | | Fix os_path replace for thumbnails See merge request hubzilla/core!1673
| * Fix os_path replace for thumbnailsMax Kostikov2019-06-181-1/+1
|/
* fix typoMario Vavti2019-06-181-2/+2
| | | (cherry picked from commit 619b39f9553db3f88b5a8061c423f1eee37bdd3b)
* changelog and version4.2.1Mario Vavti2019-06-172-1/+16
|
* Merge branch 'dev'Mario Vavti2019-06-1731-18079/+448
|\
| * disable events module. it is now disfunctionalMario Vavti2019-06-172-8/+6
| |
| * remove old fullcalendar libraryMario Vavti2019-06-1712-17676/+0
| |
| * update feature setMario Vavti2019-06-172-15/+1
| |
| * revisit mod calMario Vavti2019-06-173-290/+247
| |
| * Merge branch 'dev' into 'dev'Mario2019-06-155-6/+15
| |\ | | | | | | | | | | | | Add signatures processing for private messages See merge request hubzilla/core!1670
| | * base64 encode message signatureMax Kostikov2019-06-151-1/+1
| | |
| | * Add base64 decode if signature encodedMax Kostikov2019-06-151-0/+3
| | |
| | * FormattingMax Kostikov2019-06-141-1/+1
| | |
| | * Add signature when private message displayingMax Kostikov2019-06-141-1/+1
| | |
| | * Add signature when send private messageMax Kostikov2019-06-141-0/+1
| | |
| | * FormattingMax Kostikov2019-06-141-1/+1
| | |
| | * Add signatures processing for private messagesMax Kostikov2019-06-141-0/+4
| | |
| | * Add signatures processing for private messagesMax Kostikov2019-06-141-3/+2
| | |
| | * Add signatures processing for private messagesMax Kostikov2019-06-141-2/+4
| |/
| * fix mod cal regressionMario Vavti2019-06-141-2/+1
| |
| * Merge branch 'dev' into 'dev'Mario2019-06-141-1/+3
| |\ | | | | | | | | | | | | zot6 protocol edge case See merge request hubzilla/core!1669
| | * zot6 protocol edge casezotlabs2019-06-131-1/+3
| | |
| * | fix typoMario Vavti2019-06-141-1/+1
| | |
| * | more work on linked item/resource deletion for photos and events, deprecate ↵Mario Vavti2019-06-134-75/+54
| | | | | | | | | | | | the force flag in drop_item() and comment out goaway() in drop_item().
| * | port delete fixes from zapMario Vavti2019-06-122-20/+25
| | |
| * | more work on event item deletionMario Vavti2019-06-123-1/+49
| | |
| * | initial support for deleting event items if an event is removedMario Vavti2019-06-121-3/+62
| | |
| * | Merge branch 'dev' into 'dev'Mario2019-06-122-6/+8
| |\| | | | | | | | | | | | | attach sync issues See merge request hubzilla/core!1668
| | * zot6 deletion issuezotlabs2019-06-111-1/+1
| | |
| | * attach sync issueszotlabs2019-06-111-5/+7
| | |
| * | Add resize on image scale to 4 and 7Max Kostikov2019-06-111-0/+2
| |/
| * remove sizeRangeSuffixes. they can cause issues with profile photos.Mario Vavti2019-06-101-10/+2
| |
| * add the thumbrepair scriptMario2019-06-101-0/+72
| |
| * resolve merge conflictMario2019-06-101-2/+2
| |\
| | * Merge branch 'dev' into 'dev'Max Kostikov2019-06-101-2/+2
| | |\ | | | | | | | | | | | | | | | | PgSQL compatibility on conversion See merge request hubzilla/core!1665
| | | * PgSQL compatibility on conversionMax Kostikov2019-06-101-2/+2
| | |/
| * / fix storageconv issue with postgresMario2019-06-101-2/+5
| |/
| * fix css issueMario Vavti2019-06-071-1/+1
| |
| * fix embedphotos image sizeMario Vavti2019-06-071-1/+1
| |
* | fix mod cal regressionMario Vavti2019-06-141-2/+1
| | | | | | (cherry picked from commit a26774b99e1cf3e69df4f527e2c4c4443dce63ad)
* | Merge branch 'patch-1' into 'master'Mario2019-06-111-0/+2
|\ \ | | | | | | | | | | | | Add resize on image scale to 4 and 7 See merge request hubzilla/core!1667
| * | Add resize on image scale to 4 and 7Max Kostikov2019-06-111-0/+2
|/ /
* | remove sizeRangeSuffixes. they can cause issues with profile photos.Mario Vavti2019-06-101-10/+2
| | | | | | (cherry picked from commit e81e264988c8f01ca11474525162398a865e5282)
* | add the thumbrepair scriptMario2019-06-101-0/+72
| | | | | | (cherry picked from commit 15874ac45c15b8130d8748ba234a26d32bb2252d)
* | resolve merge conflictMario2019-06-101-2/+2
| | | | | | (cherry picked from commit 761fc74a67e844db2421f5f7f039c8aa0731b5e6)