Commit graph

6088 commits

Author SHA1 Message Date
Hypolite Petovan ee8689cc89 Merge branch 'bug/phpinfo-accessible-hotfix' into develop
# Conflicts:
#	src/Module/Admin/DBSync.php
#	src/Module/Admin/Logs/Settings.php
#	src/Module/Admin/Themes/Details.php
#	src/Module/Admin/Themes/Embed.php
2020-09-08 14:06:14 -04:00
Hypolite Petovan 3efa8648c5 Fix security vulnerability in admin modules
- The Module\BaseAdmin::post method checked credentials but didn't abort the process when it failed
- Created Module\BaseAdmin::checkAdminAccess method
2020-09-08 12:27:43 -04:00
Hypolite Petovan 9bc2c5a52e Normalize use of form security tokens in Admin modules
# Conflicts:
#	src/Module/Admin/Logs/Settings.php
2020-09-08 12:27:36 -04:00
Hypolite Petovan 2ce15cae1a Use router parameters in Admin modules
- Remove 10 @TODO tags

# Conflicts:
#	src/Module/Admin/DBSync.php
#	src/Module/Admin/Themes/Details.php
#	src/Module/Admin/Themes/Embed.php
2020-09-08 12:27:15 -04:00
Tobias Diekershoff 0bc4829af2
Merge pull request #9139 from annando/timeline-parameters
API: Fix the timeline parameters
2020-09-05 08:20:46 +02:00
Michael c3ed31bb8f API: Fix the timeline parameters 2020-09-05 05:38:12 +00:00
Tobias Diekershoff 3a0e1eea04 Tyoi reported by silkevicious on Transifex 2020-09-04 14:17:58 +02:00
Hypolite Petovan e8cae80460 Fix fatal error in storage list console when default backend is used 2020-09-03 16:06:52 -04:00
Michael Vogel 560746eb3b
Merge pull request #9125 from MrPetovan/bug/8999-fix-new-pm
Fix new private message recipient input
2020-09-03 21:45:31 +02:00
Michael 90dc60cee7 Replace spaces with tabs 2020-09-03 19:24:30 +00:00
Michael 0de372aceb Space replaced 2020-09-03 19:16:42 +00:00
Michael 305fe62659 Content is now filled 2020-09-03 19:13:03 +00:00
Michael cd3d4ae4e6 API: New entity "status" 2020-09-03 18:57:18 +00:00
Hypolite Petovan 9ea7f7d4ad [frio] Ensure tagsinput library is loaded in pages where new PM can be submitted
- The new private message page loads in a modal, requiring the base page to load them in advance
2020-09-03 10:03:36 -04:00
Hypolite Petovan 4a4d0f04cb Fix new private message recipient input
- Add new private message recipient ACL template
- Remove now redundant theme private message templates
2020-09-03 10:01:58 -04:00
Hypolite Petovan a844fd8f58 Move ACL full selector template to subfolder
- Fix display overflow in contact complete suggestion box
2020-09-03 10:00:20 -04:00
Michael 6acf660ebd New model class "host" 2020-09-02 19:19:00 +00:00
Hypolite Petovan 9870ab8446
Merge pull request #9118 from annando/manually-aprove
New field "manually-approve" for contact table
2020-09-02 04:02:18 -04:00
Michael 04b6f00ca9 Simplifications 2020-09-02 07:14:01 +00:00
Michael f2ea2f4961 Fix: Transmit the public contact id 2020-09-02 04:45:50 +00:00
Michael 8402450101 Always use the oldest creation data 2020-09-02 04:17:13 +00:00
Michael a2e4a0170b Changed field origin 2020-09-02 03:13:10 +00:00
Michael cbf1e5c699 New field "manually-approve" for contact table 2020-09-02 03:02:50 +00:00
Michael ca9f916ecd Removed comment 2020-09-02 01:45:45 +00:00
Michael 7b903e1ca8 The account fields are rearrange to match Mastodon 2020-09-01 20:59:50 +00:00
Michael 7be6fbf652 API: Support for the "directory" endpoint 2020-09-01 19:29:39 +00:00
Michael 1c5801ca8e Renamed classes 2020-09-01 13:40:37 +00:00
Michael 3aa6d516bf Changed priority 2020-09-01 12:55:46 +00:00
Michael 41e07a9ae2 Code cleanup 2020-09-01 08:32:53 +00:00
Michael b1a9666e43 Splitting workerqueue cleanup 2020-09-01 08:30:12 +00:00
Michael 34cce68dc6 Replaced deprecated logger calls 2020-09-01 08:11:42 +00:00
Michael 4bb70d7593 Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
Michael ab02f4a3db Avoid notice "Undefined index: activity" 2020-09-01 05:55:34 +00:00
Michael a6cb144c1e Don't add the type to the id in case of an activity 2020-09-01 02:38:44 +00:00
Michael b8ac601582 Avoid a notice - restructured validation check 2020-08-31 15:01:46 +00:00
Michael 23b7da3664 Removed unused PoCo functionality 2020-08-31 12:40:23 +00:00
Hypolite Petovan a54675b597
Merge pull request #9101 from annando/signed-outbox
Support signed outbox requests
2020-08-31 02:26:26 -04:00
Tobias Diekershoff 03c0fca302
Merge pull request #9103 from annando/avoid-dfrn-announce
Issue 9094: Avoid DFRN announces
2020-08-31 07:15:41 +02:00
Michael cdcdc135e8 Issue 9094: Avoid DFRN announces 2020-08-31 02:46:24 +00:00
Michael 31638d4742 Added and improved logging for the update process 2020-08-30 18:57:09 +00:00
Michael 729d5ebaf1 Support fetching private posts 2020-08-30 17:39:38 +00:00
Michael bdd834d313 Support signed outbox requests 2020-08-30 17:07:46 +00:00
Tobias Diekershoff a5be6f9276
Merge pull request #9098 from annando/issue-9094
Issue 9094: Prevent announces via DFRN
2020-08-30 13:51:13 +02:00
Michael 5daec27cfb Issue 9094: Prevent announces via DFRN 2020-08-30 10:09:54 +00:00
Tobias Diekershoff e402026b83 refert to doc/INSTALL.md instead of README.txt in the installer 2020-08-30 10:12:42 +02:00
Hypolite Petovan bc67808f09
Merge pull request #9092 from annando/multiple-fetch
Worker: Fetch jobs for multiple workers
2020-08-29 20:45:00 -04:00
Michael Vogel d94a6843f2
Merge pull request #9093 from tobiasd/20200829-typo
removed additional / from comment block
2020-08-29 18:18:44 +02:00
Tobias Diekershoff a213619365 removed additional / from comment block 2020-08-29 17:50:15 +02:00
Michael d8d2cdc6ef Only c heck every 5 seconds for the system health 2020-08-29 13:01:58 +00:00
Michael 8148d9dc9d Unclaim on end / don't refetch 2020-08-29 11:26:40 +00:00