Commit Graph

6881 Commits

Author SHA1 Message Date
Daniel Supernault b8a49d457b
Update composer deps 2021-10-19 20:06:30 -06:00
Daniel Supernault 66f04bec25
Update InstanceService 2021-10-19 19:51:14 -06:00
Daniel Supernault 7a9a06e0fd
Update NotificationTransformer 2021-10-19 19:49:44 -06:00
Daniel Supernault 601992ed48
Update changelog 2021-10-19 19:47:23 -06:00
Daniel Supernault ba5a01f8b8
Update compiled assets 2021-10-19 19:47:12 -06:00
Daniel Supernault dbc3c0fbe3
Update timeago helper, add long form option 2021-10-19 19:44:41 -06:00
Daniel Supernault 7886fd5998
Update Activity component, only show context button for actionable activities 2021-10-19 19:43:40 -06:00
Daniel Supernault f4bd5672b1
Update Timeline component, cascade relationship state change 2021-10-19 19:41:51 -06:00
Daniel Supernault 0436b124e4
Update StatusCard component, add relationship state button 2021-10-19 19:40:31 -06:00
Daniel Supernault 2609c86ad6
Update auth config, add throttle limit to password resets 2021-10-14 20:37:46 -06:00
okpierre d500626295
Update index.blade.php 2021-10-14 19:14:46 -04:00
HDVinnie 530bac2ffa
Create SECURITY.md 2021-10-13 01:07:01 -04:00
nogafam.es Admin 2d493f5d5f Fix PWA not working on firefox because of wrong icon sizes 2021-10-10 15:56:22 +02:00
Daniel Supernault e5454620e6
Update HomeTimeline api 2021-10-07 04:49:33 -06:00
Daniel Supernault bef959f451
Update PublicApiController, use AccountService in accountStatuses method 2021-10-07 03:30:23 -06:00
Daniel Supernault 80d9b9399a
Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries. 2021-10-07 03:27:13 -06:00
Daniel Supernault 0a8eb81bf0
Update InstanceActorController, improve json seralization by not escaping slashes 2021-10-07 00:46:20 -06:00
Daniel Supernault 4505d1f0f9
Update FederationController, move well-known to api middleware and cache webfinger lookups 2021-10-07 00:34:37 -06:00
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