Commit Graph

6895 Commits (b1ce49191b66a5dee25966c5afc5106f423b2226)
 

Author SHA1 Message Date
Daniel Supernault f0d4c17236
Update Autospam service, use silent classification for better user experience 3 years ago
Daniel Supernault 64c75bdaec
Update story views 3 years ago
daniel 2ecba8e144
Merge pull request #2979 from pixelfed/staging
Staging
3 years ago
daniel 1badbf83cd
Merge pull request #2973 from okpierre/patch-11
Improve tappable area
3 years ago
daniel 1d57085ba8
Merge pull request #2971 from HDVinnie/patch-1
Create SECURITY.md
3 years ago
daniel ce489fac41
Merge pull request #2969 from nogafam-es/staging
Fix PWA not working on firefox because of wrong icon sizes
3 years ago
daniel a53692f6bf
Merge pull request #2957 from h3xx/fix-memory-limit
Fix global memory limit set in constructor
3 years ago
daniel 78aee2d23c
Merge pull request #2948 from criadoperez/docker-compose-patch
docker-compose file fix
3 years ago
daniel 3d2c98c033
Merge pull request #2941 from rfonseca/rfonseca-patch-1
Fix starting check of username to allow numbers.
3 years ago
daniel 2aab326bc4
Merge pull request #2934 from vszakats/patch-1
fix 'powered by pixelfed' link to be HTTPS
3 years ago
daniel 2617ba93ed
Merge pull request #2928 from brabitom/dev
Improve Czech localization
3 years ago
daniel f79486c448
Merge branch 'staging' into dev 3 years ago
daniel 853d62e83f
Merge pull request #2978 from pixelfed/staging
Staging
3 years ago
Daniel Supernault bb1e3267a4
Update composer 3 years ago
Daniel Supernault b8a49d457b
Update composer deps 3 years ago
Daniel Supernault 66f04bec25
Update InstanceService 3 years ago
Daniel Supernault 7a9a06e0fd
Update NotificationTransformer 3 years ago
Daniel Supernault 601992ed48
Update changelog 3 years ago
Daniel Supernault ba5a01f8b8
Update compiled assets 3 years ago
Daniel Supernault dbc3c0fbe3
Update timeago helper, add long form option 3 years ago
Daniel Supernault 7886fd5998
Update Activity component, only show context button for actionable activities 3 years ago
Daniel Supernault f4bd5672b1
Update Timeline component, cascade relationship state change 3 years ago
Daniel Supernault 0436b124e4
Update StatusCard component, add relationship state button 3 years ago
Daniel Supernault 2609c86ad6
Update auth config, add throttle limit to password resets 3 years ago
okpierre d500626295
Update index.blade.php 3 years ago
HDVinnie 530bac2ffa
Create SECURITY.md 3 years ago
nogafam.es Admin 2d493f5d5f Fix PWA not working on firefox because of wrong icon sizes 3 years ago
Daniel Supernault e5454620e6
Update HomeTimeline api 3 years ago
Daniel Supernault bef959f451
Update PublicApiController, use AccountService in accountStatuses method 3 years ago
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. 3 years ago
Daniel Supernault 0a8eb81bf0
Update InstanceActorController, improve json seralization by not escaping slashes 3 years ago
Daniel Supernault 4505d1f0f9
Update FederationController, move well-known to api middleware and cache webfinger lookups 3 years ago
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.
3 years ago
Daniel Supernault 754151dc84
Update RemotePost, RemoteProfile components, add fallback avatars 3 years ago
Daniel Supernault 0299aa5b63
Update video presenters, add playsinline attribute to video tags 3 years ago
Daniel Supernault 7b3e672d89
Update NoteTransformer, fix tag array 3 years ago
criadoperez bbccfdeff2
docker-compose file fix 3 years ago
daniel dbf314151e
Merge pull request #2946 from pixelfed/staging
Staging
3 years ago
daniel 8c6ef9bae2
Merge branch 'dev' into staging 3 years ago
Daniel Supernault 9b4b78ef31
Update changelog 3 years ago
Daniel Supernault a900de2121
Update HttpSignatures, update instance actor headers. Fixes #2935 3 years ago
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>
3 years ago
daniel 213bed7cd1
Merge branch 'dev' into staging 3 years ago
Daniel Supernault 3c7ac155f5
Update changelog 3 years ago
Daniel Supernault 4a609dc377
Update NotificationService, fix 500 bug 3 years ago
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.
4 years ago
Viktor Szakats 275e711624
fix 'powered by pixelfed' link to be HTTPS 4 years ago
brabitom 09edaa87b7 Improve Czech localization 4 years ago
Daniel Supernault ac6b3f07de
Update controllers, fixes #2906 4 years ago
Daniel Supernault a1d7586be4
Formatting 4 years ago