Commit Graph

24874 Commits

Author SHA1 Message Date
Michael 0d7c79d051 Using central function to set the "remote" session value 2019-09-30 06:29:00 +00:00
Michael 520c250a41 Some small code adjustments 2019-09-29 19:21:05 +00:00
Michael 5eeca432fe removed unused "f" parameter 2019-09-29 18:59:03 +00:00
Michael 51e55bca18 Added some logging 2019-09-29 10:58:07 +00:00
Michael 32ea610559 Avoid a contact lookup for empty URL 2019-09-29 10:23:36 +00:00
Michael c2c1b317e0 Transferring the "addr" value on magic auth 2019-09-29 10:20:53 +00:00
Michael 0185c91246 Merge remote-tracking branch 'upstream/2019.09-rc' into remote-rework 2019-09-29 06:32:35 +00:00
Michael 58fb0beaa3 Delete the cache entry allowing direct login again 2019-09-29 06:26:02 +00:00
Tobias Diekershoff 4d8ca5c9c2
Merge pull request #7674 from annando/fix-magic-again
Fix magic auth for redirects with non profile paths
2019-09-29 06:51:43 +02:00
Tobias Diekershoff 9b12d23a9c
Merge pull request #7637 from tobiasd/20190917-CHANGELOG
updated CHANGELOG
2019-09-29 06:50:17 +02:00
Hypolite Petovan cbeceb35b2
Merge pull request #7673 from nupplaphil/bug/dbunit
Remove DBUnit dependencies
2019-09-28 20:35:54 -04:00
Michael Vogel 4e9a810206 Fix magic auth for redirects with non profile paths 2019-09-29 02:16:09 +02:00
Philipp Holzer 04cf13e022
Remove DBUnit dependencies 2019-09-29 01:57:45 +02:00
Michael 23bad85847 Ensure to fetch the correct item 2019-09-28 20:43:45 +00:00
Michael 7704758f9c Fix permissionset query 2019-09-28 20:42:33 +00:00
Tobias Diekershoff c03658a5dd added tumblr addon changes 2019-09-28 21:05:35 +02:00
Michael 83b00ef308 New function "isAuthenticated" 2019-09-28 18:09:11 +00:00
Michael 89f02a1125 Fix warnings 2019-09-28 15:31:36 +00:00
Michael 1c26baec46 remote_user is replaced 2019-09-28 09:59:08 +00:00
Michael 6e9026e033 Renamed function, beginning to replace the "remote_user" function 2019-09-28 09:36:41 +00:00
Hypolite Petovan f00afe574b [composer] Update dependencies before release
- Updating fxp/composer-asset-plugin (v1.4.4) to fxp/composer-asset-plugin (v1.4.6)
- Updating divineomega/do-file-cache (v2.0.2) to divineomega/do-file-cache (v2.0.6)
- Updating paragonie/sodium_compat (v1.7.0) to paragonie/sodium_compat (v1.11.1)
- Installing ralouphie/getallheaders (3.0.3)
- Updating guzzlehttp/psr7 (1.4.2) to guzzlehttp/psr7 (1.6.1)
- Updating paragonie/certainty (v1.0.4) to paragonie/certainty (v2.5.0)
- Updating divineomega/password_exposed (v2.5.3) to divineomega/password_exposed (v2.8.0)
- Updating league/html-to-markdown (4.8.0) to league/html-to-markdown (4.8.2)
- Updating mobiledetect/mobiledetectlib (2.8.33) to mobiledetect/mobiledetectlib (2.8.34)
- Updating monolog/monolog (1.24.0) to monolog/monolog (1.25.1)
- Updating bower-asset/base64 (1.0.1) to bower-asset/base64 (1.0.2)
- Updating bower-asset/Chart-js (v2.7.2) to bower-asset/Chart-js (v2.8.0)
- Updating bower-asset/dompurify (1.0.10) to bower-asset/dompurify (1.0.11)
- Updating bower-asset/vue (v2.5.17) to bower-asset/vue (v2.6.10)
- Updating npm-asset/jquery-datetimepicker (2.5.20) to npm-asset/jquery-datetimepicker (2.5.21)
- Updating npm-asset/moment (2.22.2) to npm-asset/moment (2.24.0)
- Updating npm-asset/fullcalendar (3.10.0) to npm-asset/fullcalendar (3.10.1)
- Updating symfony/polyfill-util (v1.11.0) to symfony/polyfill-util (v1.12.0)
- Updating symfony/polyfill-php56 (v1.11.0) to symfony/polyfill-php56 (v1.12.0)
2019-09-28 04:49:41 -04:00
Michael 1ddd2df4b8 Removed obsolete code 2019-09-28 05:37:24 +00:00
Philipp e8bbdc9bed
Merge pull request #7669 from tobiasd/20190927-en
EN GB and US translation update THX AndyH3
2019-09-27 09:13:59 +02:00
Tobias Diekershoff 22c97c88b7 EN translations added to the CHANGELOG 2019-09-27 08:46:43 +02:00
Tobias Diekershoff 28e533451c EN GB translation update THX AndyH3 2019-09-27 08:44:48 +02:00
Tobias Diekershoff d0223c3555 EN US translation update THX AndyH3 2019-09-27 08:44:31 +02:00
Michael 3dd94355b7 Fix permissions when viewing photos, applying same fix to items as well 2019-09-27 05:49:23 +00:00
Michael abecf62f2d Merge remote-tracking branch 'upstream/2019.09-rc' into remote-rework 2019-09-26 20:50:29 +00:00
Tobias Diekershoff 1ce7ea4398 missing closed issue 2019-09-26 08:05:29 +02:00
Tobias Diekershoff 9ce34cb8c6 some additions to the CHANGELOG 2019-09-26 07:55:10 +02:00
Michael 704cdf1b5a New function to store the "remote" session value / making the changes work 2019-09-26 04:47:42 +00:00
Philipp f480406dbc
Merge pull request #7666 from MrPetovan/bug/7665-audio-tag
Fix <audio> tag conversion to/from BBCode
2019-09-26 04:12:12 +02:00
Hypolite Petovan 1f20a9330c Add new ignoreChildren behavior to HTML::tagToBBCode
- Allow discarding HTML tag children for single-value BBCode
- Add test for it
2019-09-25 20:44:09 -04:00
Hypolite Petovan d8484e65bd Move autolinker execution earlier in BBCode::convert
- Prevents already replaced HTML links (like in [audio] tag) to be doubled
- Add test for it
2019-09-25 20:39:04 -04:00
Michael ec66553032 Reworked "remote" cookie handling 2019-09-25 22:24:17 +00:00
Philipp 3ac6961da5
Merge pull request #7662 from annando/session-memory
Fix session size problems
2019-09-25 12:46:15 +02:00
Michael d5c37001cd Empty the "remote" variable, avoid being remote to yourself 2019-09-25 07:02:07 +00:00
Michael 1a1745c9fa Security improvements 2019-09-25 06:46:28 +00:00
Michael 6a376c29d8 Fix session size problems 2019-09-25 05:57:32 +00:00
Philipp fe53533cf6
Merge pull request #7661 from annando/contact-redir
Don't use the "url" parameter on redir if it points to the same contact
2019-09-25 02:51:25 +02:00
Michael 08f30e1769 Fix notice 2019-09-24 21:51:08 +00:00
Michael 87462ec67f Don't use the "url" parameter on redir if it points to the same contact 2019-09-24 21:44:37 +00:00
Hypolite Petovan 8a5eb689f7
Merge pull request #7656 from annando/redir-loop
Fix "redir" loop
2019-09-23 18:56:50 -04:00
Michael 5254147ccc Fix "redir" loop 2019-09-23 22:13:20 +00:00
Michael Vogel 0dfd6a523d
Merge pull request #7654 from nupplaphil/bug/auto-installer
Fix Auto-Installer
2019-09-23 15:13:09 +02:00
Philipp Holzer ca36ea17f9
Fix Auto-Installer 2019-09-23 12:51:07 +02:00
Philipp c0afa761ac
Merge pull request #7650 from annando/zombie-intros
Get rid of zombie introductions that reappear automatically
2019-09-22 20:10:03 +02:00
Michael aba23daeca Get rid of zombie introductions that reappear automatically 2019-09-22 10:51:34 +00:00
Michael Vogel 8fa2d67f87
Merge pull request #7648 from tobiasd/20190922-bbcode-abstract
Added info about the usage of the [abstract] in AP and especially in Mastodon to the documentation
2019-09-22 09:14:12 +02:00
Tobias Diekershoff 6c3a42eb9f
Merge pull request #7649 from annando/remove-de
German documentation about account removal had been clarified
2019-09-22 08:36:36 +02:00