Commit Graph

5927 Commits

Author SHA1 Message Date
Daniel Supernault 8fc741c68d
Update web routes 2021-01-17 21:25:41 -07:00
Daniel Supernault caafef580c
Update ComposeModal, use new routes 2021-01-17 20:25:19 -07:00
Daniel Supernault a0a15730db
Update help template 2021-01-17 19:55:04 -07:00
Daniel Supernault 8474d32114
Add instance actor help page 2021-01-17 19:53:01 -07:00
Daniel Supernault fcebf5960f
Update changelog 2021-01-17 19:51:21 -07:00
Daniel Supernault f32072a396
Add Year in Review feature (mysql only) 2021-01-17 19:50:35 -07:00
Daniel Supernault b00e2b0868
Update EmailService 2021-01-17 15:33:56 -07:00
Daniel Supernault 5b0b14fc42
Update StoryItemTransformer, increase story duration from 5 seconds to 10 seconds 2021-01-17 15:27:26 -07:00
Daniel Supernault c91891b457
Update InstanceActor model 2021-01-17 14:03:32 -07:00
Daniel Supernault 1450f54f65
Update api routes 2021-01-17 14:00:26 -07:00
Daniel Supernault 07f419d5cb
Update changelog 2021-01-17 12:51:37 -07:00
Daniel Supernault 3ee1215a4a
Add signed GET for secure mode compatibility 2021-01-17 12:51:07 -07:00
Daniel Supernault b29b845533
Update components 2021-01-17 03:07:08 -07:00
Daniel Supernault e71e525ac9
Update console kernel 2021-01-17 01:47:02 -07:00
Daniel Supernault 21837be99f
Update media:optimize command 2021-01-17 01:45:56 -07:00
Daniel Supernault 844ae6224a
Add InstanceActor generate command 2021-01-17 01:43:57 -07:00
Daniel Supernault 2159eecdbc
Add InstanceActorController 2021-01-17 01:38:01 -07:00
Daniel Supernault aafd023c5a
Add InstanceActor model 2021-01-17 01:36:59 -07:00
Daniel Supernault fa6ecd8df1
Add migration 2021-01-17 01:36:03 -07:00
Daniel Supernault 36a722aa3c
Update InboxValidator 2021-01-14 18:54:13 -07:00
Daniel Supernault 51f8fe5bde
Update ApiV1Controller 2021-01-14 18:51:19 -07:00
Daniel Supernault 56256cb037
Update InboxPipeline, add missing import 2021-01-13 21:45:53 -07:00
Daniel Supernault e5970fd665
Update changelog 2021-01-13 21:39:04 -07:00
Daniel Supernault 4a4d8f0069
Update InboxWorker, fix race condition in account deletes 2021-01-13 21:38:22 -07:00
Daniel Supernault 16989e3063
Add database migrations 2021-01-13 20:47:16 -07:00
Daniel Supernault a44925c3e4
Update composer 2021-01-13 11:37:31 -07:00
Daniel Supernault 74ba326adb
Update DiscoverController, limit trending api to local posts 2021-01-12 22:04:25 -07:00
Daniel Supernault 53322a9378
Update changelog 2021-01-12 21:52:53 -07:00
Daniel Supernault d8d3331f3f
Update DiscoverController, improve trending api performance 2021-01-12 21:52:07 -07:00
Daniel Supernault c0076ab035
Add snowflake id service 2021-01-12 21:50:45 -07:00
Daniel Supernault a443694dc0
Update PublicApiController 2021-01-11 18:47:16 -07:00
Daniel Supernault b2fe219eec
Update DiscoverController, add albums and video to discover trending api 2021-01-11 00:31:21 -07:00
Daniel Supernault 96afc3e781
Update Controllers, add last_active_at logic 2021-01-09 02:41:17 -07:00
Daniel Supernault cc3053ed5d
Update api controllers 2021-01-09 00:21:29 -07:00
Daniel Supernault f5b96ac814
Update migrations, add last_active_at to users table 2021-01-09 00:06:04 -07:00
Daniel Supernault d6907f9ce4
Add StatusArchived model + migration 2021-01-09 00:05:21 -07:00
Daniel Supernault 2d540919cb
Update AP Helpers 2021-01-07 20:52:50 -07:00
Daniel Supernault 4f3107ca23
Update AP helpers 2021-01-07 14:11:09 -07:00
Daniel Supernault 2bac25ebcd
Update InboxPipeline, increase timeout length 2021-01-07 14:04:12 -07:00
Daniel Supernault d5cd2ad4cb
Update InboxPipeline, increase timeout length 2021-01-07 14:00:37 -07:00
Daniel Supernault 04b9bceba7
Update changelog 2021-01-07 00:26:56 -07:00
Daniel Supernault 1f672ecfb8
Update Helpers, cache profiles 2021-01-07 00:25:45 -07:00
Daniel Supernault 058637279e
Update changelog 2021-01-06 20:35:43 -07:00
Daniel Supernault a52564f31d
Update AP helpers, fix federation bug 2021-01-06 20:34:55 -07:00
daniel 352fe9f1e6
Merge pull request #2544 from pixelfed/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.18.1 to 0.21.1
2021-01-04 20:12:48 -07:00
dependabot[bot] abf38293cf
Bump axios from 0.18.1 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.1...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 02:40:23 +00:00
daniel 2463d6542e
Merge pull request #2543 from pixelfed/staging
Update StatusController, fix scope bug
2021-01-03 22:10:43 -07:00
Daniel Supernault 9cd89b6b15
Update changelog 2021-01-03 22:06:53 -07:00
Daniel Supernault 7dc3739c1d
Update StatusController, fix scope bug 2021-01-03 22:06:05 -07:00
Daniel Supernault 95cea65d39
Add migration 2020-12-27 18:19:07 -07:00