Commit graph

10347 commits

Author SHA1 Message Date
daniel
29785b5654
Merge pull request #4884 from pixelfed/staging
Staging
2024-01-29 22:25:32 -07:00
Daniel Supernault
8a9a7c0e47
Fix parental_controls migration 2024-01-29 22:24:50 -07:00
Daniel Supernault
61b1523368
Fix newsroom migration 2024-01-29 22:13:09 -07:00
Daniel Supernault
92ff114d2d
Update migrations, fixes #4883 2024-01-29 21:45:59 -07:00
daniel
6d8ba64e0b
Merge pull request #4879 from shleeable/patch-14
typo
2024-01-26 20:57:10 -07:00
daniel
44f92f4888
Merge pull request #4856 from nexryai/patch-1
Fix syntax error of lang/vendor/backup/ja/notifications.php
2024-01-26 20:56:35 -07:00
daniel
d4e4c4e1dd
Merge pull request #4859 from mbliznikova/4845_provide_error_message_when_account_size_limit_reached
Provide an informative error message when account size limit is reached
2024-01-26 20:55:44 -07:00
Christian Winther
2aeccf885f test: remove slash in tags 2024-01-27 00:01:06 +00:00
Christian Winther
043f914c8c test: change prefix for docker tags 2024-01-26 23:58:38 +00:00
Christian Winther
3723f36043 remove unneeded workflow triggers 2024-01-26 23:54:24 +00:00
Christian Winther
ef37c8f234 name CI jobs 2024-01-26 23:48:04 +00:00
Christian Winther
b73d452255 sort ARG in Dockerfile 2024-01-26 23:39:18 +00:00
Christian Winther
36850235a8 Merge remote-tracking branch 'origin/staging' into jippi-fork 2024-01-26 22:57:23 +00:00
Christian Winther
1a6e97c98b try to make 8.3 build working by building imagick from master branch 2024-01-26 22:51:15 +00:00
Christian Winther
8bdb0ca77b fix directory-is-empty and add tests to avoid regressions 2024-01-26 21:22:43 +00:00
Christian Winther
c4f984b205 remove php extension FTP requirement 2024-01-26 20:46:09 +00:00
Christian Winther
1616c7cb11 make directory-is-empty more robust 2024-01-26 20:45:56 +00:00
Christian Winther
ca5710b5ae fix 12-migrations.sh properly detecting new migrations and printing output 2024-01-26 20:45:38 +00:00
Christian Winther
a665168031 change where overrides are placed 2024-01-26 20:45:08 +00:00
Christian Winther
335e6954d2 remove noisy log statements in as-boolean 2024-01-26 20:19:50 +00:00
Christian Winther
5c208d0519 allow easy overrides of any and all files in container via new override mount 2024-01-26 20:19:34 +00:00
Christian Winther
aa2669c327 remove invalid/confusing statement in migrations about running migrations when it isn't enabled 2024-01-26 20:18:29 +00:00
Christian Winther
8189b01a26 improve naming of directory-is-empty 2024-01-26 20:17:54 +00:00
Christian Winther
d372b9dee7 Set stop_signal for worker to stop Horizon more correct 2024-01-26 20:15:57 +00:00
Christian Winther
d2ed117d3f improve Dockerfile for composer.json+composer.lock 2024-01-26 20:15:33 +00:00
Christian Winther
8d61b8d250 add Docker as recommended vscode plugin 2024-01-26 20:14:59 +00:00
Christian Winther
c859367e10 fix 02-check-config.sh logic and bad .env.docker syntax 2024-01-26 20:14:40 +00:00
Christian Winther
6fee842b7a also build and push staging images 2024-01-26 18:24:15 +00:00
Christian Winther
627fffd1ce add .vscode with recommended plugins + settings
which will give a *great* out of the box experience for folks wanting to contribute and uses VS Code
2024-01-26 14:42:24 +00:00
Christian Winther
f263dfc4e1 apply editorconfig + shellcheck + shellfmt to all files 2024-01-26 14:41:44 +00:00
Shlee
934f2ffdb4
Update home.blade.php 2024-01-24 12:45:21 +10:30
Christian Winther
c9a3e3aea7 automatically + by default turn off proxy acme if proxy is off 2024-01-23 19:34:48 +00:00
Christian Winther
8672453596 fix configuration loading before referencing config 2024-01-22 13:48:01 +00:00
daniel
51c6935e05
Merge pull request #4877 from pixelfed/staging
Update UserEmailForgotController
2024-01-22 06:00:37 -07:00
Daniel Supernault
6167ebc654
Update UserEmailForgotController 2024-01-22 05:59:37 -07:00
daniel
c77e427fa3
Merge pull request #4876 from pixelfed/staging
Update forgot mail template, urlencode email
2024-01-22 05:58:15 -07:00
Daniel Supernault
efe8e89046
Update forgot mail template, urlencode email 2024-01-22 05:57:40 -07:00
daniel
1f6577c947
Merge pull request #4875 from pixelfed/staging
Update forgot email captcha config
2024-01-22 05:52:27 -07:00
Daniel Supernault
96366ab3de
Update forgot email captcha config 2024-01-22 05:51:50 -07:00
daniel
dbf59367df
Merge pull request #4874 from pixelfed/staging
Add forgot email feature
2024-01-22 05:42:39 -07:00
Daniel Supernault
c26a3d2817
Add migration 2024-01-22 05:35:30 -07:00
Daniel Supernault
5afe7abdfb
Update changelog 2024-01-22 05:26:57 -07:00
Daniel Supernault
67c650b195
Add forgot email feature 2024-01-22 05:26:01 -07:00
Daniel Supernault
0325e17115
Update LoginController, fix captcha validation error message 2024-01-22 03:06:14 -07:00
daniel
ca05279bb6
Merge pull request #4872 from pixelfed/staging
Update login view, add email prefill logic
2024-01-22 02:05:43 -07:00
Daniel Supernault
74423b52ca
Update changelog 2024-01-22 02:05:01 -07:00
Daniel Supernault
d76f01685c
Update login view, add email prefill logic 2024-01-22 02:03:39 -07:00
Christian Winther
347ac6f82b fix Dockerfile indent 2024-01-18 17:33:24 +00:00
Christian Winther
70f4bc06a8 remove unsuded .gitmodules 2024-01-18 17:29:15 +00:00
Christian Winther
a940bedf9e reference docs PR 2024-01-18 16:23:05 +00:00