Commit graph

7513 commits

Author SHA1 Message Date
Dan Church
c685e3e9f4
Fix global memory limit set in constructor
Instead, set it when running.

Having the set in the constructor was causing memory_limit to be changed
for "artisan queue:work" processes.
2021-09-27 15:09:00 -05:00
Daniel Supernault
754151dc84
Update RemotePost, RemoteProfile components, add fallback avatars 2021-09-22 20:17:34 -06:00
Daniel Supernault
0299aa5b63
Update video presenters, add playsinline attribute to video tags 2021-09-22 20:12:28 -06:00
Daniel Supernault
7b3e672d89
Update NoteTransformer, fix tag array 2021-09-22 20:04:23 -06:00
criadoperez
bbccfdeff2
docker-compose file fix 2021-09-21 17:08:19 +02:00
daniel
dbf314151e
Merge pull request #2946 from pixelfed/staging
Staging
2021-09-20 00:23:19 -06:00
daniel
8c6ef9bae2
Merge branch 'dev' into staging 2021-09-20 00:23:10 -06:00
Daniel Supernault
9b4b78ef31
Update changelog 2021-09-20 00:22:09 -06:00
Daniel Supernault
a900de2121
Update HttpSignatures, update instance actor headers. Fixes #2935 2021-09-20 00:21:16 -06:00
daniel
68437e614d
Staging (#2927)
* Created localized exception.php (DE)

* Update German translation

* Update German translation

* Update de localization, Create New Post -> New

* Formatting

* Update site.php (#2889)

Co-authored-by: daniel <danielsupernault@gmail.com>

* Formatting

* Update controllers, fixes #2906

* Update NotificationService, fix 500 bug

* Update changelog

Co-authored-by: forenta <ueblesurmeli-github@yahoo.de>
Co-authored-by: Tomas Brabenec <tomas@brabenec.net>
2021-09-19 23:10:18 -06:00
daniel
213bed7cd1
Merge branch 'dev' into staging 2021-09-19 23:10:00 -06:00
Daniel Supernault
3c7ac155f5
Update changelog 2021-09-19 23:07:01 -06:00
Daniel Supernault
4a609dc377
Update NotificationService, fix 500 bug 2021-09-19 23:05:56 -06:00
Rodrigo Fonseca
31330e0aed
Fix starting check of username to allow numbers.
The check for the first letter of username used to be !ctype_alpha, but the error message says "Must start with a letter or number." Updated check to be !ctype_alnum, to be coherent with the error message.
2021-09-16 22:36:30 -07:00
Viktor Szakats
275e711624
fix 'powered by pixelfed' link to be HTTPS 2021-09-15 05:00:22 +02:00
brabitom
09edaa87b7 Improve Czech localization 2021-09-11 10:17:40 +02:00
Daniel Supernault
ac6b3f07de
Update controllers, fixes #2906 2021-09-10 21:44:29 -06:00
Daniel Supernault
a1d7586be4
Formatting 2021-09-10 21:29:45 -06:00
Tomas Brabenec
9f0f5a3d46
Update site.php (#2889)
Co-authored-by: daniel <danielsupernault@gmail.com>
2021-09-10 21:28:59 -06:00
Daniel Supernault
65655eaa89
Formatting 2021-09-10 21:25:30 -06:00
daniel
42816bd329
Merge pull request #2916 from forenta/patch-3
Update German translation
2021-09-10 21:25:02 -06:00
Daniel Supernault
44dfeb8c9a
Update de localization, Create New Post -> New 2021-09-10 21:23:47 -06:00
daniel
121e8f99a7
Merge pull request #2915 from forenta/patch-2
Update German translation
2021-09-10 21:22:46 -06:00
daniel
df972ea157
Merge pull request #2914 from forenta/patch-1
Created localized exception.php (DE)
2021-09-10 21:20:22 -06:00
daniel
cdfb6ac25f
Merge pull request #2926 from pixelfed/staging
Staging
2021-09-10 21:08:20 -06:00
Daniel Supernault
0fc3a1d6a5
Formatting 2021-09-10 21:08:04 -06:00
daniel
14f9033715
Merge pull request #2868 from nogafam-es/staging
Fix PWA implementation to support Gecko-based browsers, using html link tag
2021-09-10 21:02:36 -06:00
daniel
931cafc9bc
Merge pull request #2858 from shynome/i18n_zh_cn
add zh-cn lang
2021-09-10 20:58:54 -06:00
daniel
907945a7a0
Merge pull request #2923 from Wv5twkFEKh54vo4tta9yu7dHa3/patch-1
Fix media upload
2021-09-10 20:55:55 -06:00
Wv5twkFEKh54vo4tta9yu7dHa3
13f65629e1 Fix error 500 on image upload
Without this missing import, the server threw "Class 'App\Http\Controllers\Api\UserSetting' not found" when trying to upload images.
2021-09-09 15:03:00 +02:00
daniel
1f1c5da1f5
Merge pull request #2919 from pixelfed/staging
v0.11.1
2021-09-07 21:21:55 -06:00
Daniel Supernault
18f3e08851
Update changelog 2021-09-07 21:21:20 -06:00
Daniel Supernault
fe42c0b245
Bump version 2021-09-07 21:17:39 -06:00
Daniel Supernault
d4df221afa
Update changelog 2021-09-07 21:17:07 -06:00
Daniel Supernault
48eb75baab
Update compiled assets 2021-09-07 21:16:17 -06:00
Daniel Supernault
0584f9ee95
Update ApiV1Controller, fix empty public timeline bug 2021-09-07 21:07:20 -06:00
Daniel Supernault
00c32360ae
Update StoryController, fix postgres bug. Fixes #2904 2021-09-06 01:41:24 -06:00
Daniel Supernault
32995064ec
Update Profile model 2021-09-06 00:29:06 -06:00
forenta
85847f7a9f
Update German translation 2021-09-05 21:23:24 +02:00
forenta
f0bcab4b41
Update German translation 2021-09-05 21:21:49 +02:00
forenta
236559a4d9
Created localized exception.php (DE) 2021-09-05 21:19:35 +02:00
daniel
687030090f
Merge pull request #2909 from pixelfed/staging
Update AccountService, fix status bug
2021-09-04 21:13:10 -06:00
Daniel Supernault
9e630851a3
Update AccountService, fix status bug 2021-09-04 21:12:44 -06:00
daniel
82c5e74feb
Merge pull request #2907 from pixelfed/staging
Update StoryService, fix division by zero bug
2021-09-04 18:07:12 -06:00
Daniel Supernault
c3ffd5cbd6
Update changelog 2021-09-04 18:05:43 -06:00
Daniel Supernault
6ae1ba0a64
Update StoryService, fix division by zero bug 2021-09-04 17:55:58 -06:00
daniel
35de09dcf3
Merge pull request #2902 from pixelfed/staging
Staging
2021-09-04 03:23:11 -06:00
Daniel Supernault
97ca139c76
Update changelog 2021-09-04 03:22:33 -06:00
Daniel Supernault
0f00be4d98
Update DirectMessageController, fix autocomplete bug 2021-09-04 03:22:05 -06:00
daniel
945568da6a
Merge pull request #2901 from pixelfed/staging
Update Profile, fix following count bug
2021-09-04 03:19:06 -06:00