Commit graph

8736 commits

Author SHA1 Message Date
daniel
c5c7f9a63b
Merge pull request #3716 from pixelfed/staging
Staging
2022-10-31 00:09:37 -06:00
Daniel Supernault
896e6023bd
Add command 2022-10-31 00:05:17 -06:00
Daniel Supernault
fa43ec2333
Add migration 2022-10-30 23:41:20 -06:00
Matthew Barnes
930ce8da82
Add register link to login page 2022-10-23 14:31:10 +01:00
Luke Watts
41755c99d1
chore: adds node version
Adds a .node-version file to the repo which allows various developer tools
such as fnm and others to load the correct version of Node

I am inferring that Node v14 is the version being used.
When running `npm install` with Node >=16, npm states the
lockfile was run with an older version of npm and needs to
apply a one off upgrade. The lockfile version generated by
npm changed from v1 => v2 with npm v7.
https://github.blog/2021-02-02-npm-7-is-now-generally-available/#changes-to-the-lockfile

A separate and future work item would be to bump the
project to use the latest version of Node.
2022-10-23 15:10:18 +02:00
Luke Watts
d1dca5a1f1
fix: add opt of forceScheme(https)
When running the application locally with
APP_URL=http://localhost it is unexpected for
all route URLs returned by `route('route-name')`
to use the https prefix.

Configuring SSL for your local environment should
not be a required step to development locally.

The new logic checks the configured URL for presence
of https:// OR that this the application is running
in a production environment.
2022-10-23 15:09:32 +02:00
daniel
14a1a0283c
Merge pull request #3705 from pixelfed/staging
Add Portfolio feature
2022-10-17 02:30:55 -06:00
Daniel Supernault
7ef383d1f6
Update changelog 2022-10-17 02:24:21 -06:00
Daniel Supernault
0a230798c8
Update compiled assets 2022-10-17 02:01:43 -06:00
Daniel Supernault
55a4f35326
Update compiled assets 2022-10-17 02:00:24 -06:00
Daniel Supernault
356a882dbc
Add Portfolio feature 2022-10-17 01:59:23 -06:00
Falko Zurell
7ba1efe6a9
switch from MySQL docker images to MariaDB
This seems to address some rare occasions where MySQL conversions causes issues as in https://github.com/pixelfed/pixelfed/issues/2989
2022-10-11 08:24:51 +02:00
daniel
99e56fb882
Merge pull request #3693 from pixelfed/staging
Staging
2022-10-08 23:24:43 -06:00
Daniel Supernault
8a40ef9074
Update changelog 2022-10-08 23:24:18 -06:00
Daniel Supernault
c990ac2a7b
Enable network timeline caching by default 2022-10-08 23:23:48 -06:00
daniel
ecbc168361
Merge pull request #3692 from pixelfed/staging
Staging
2022-10-08 23:03:32 -06:00
Daniel Supernault
897db01fc0
Update changelog 2022-10-08 23:00:10 -06:00
Daniel Supernault
b0422d4f26
Fix remote profile avatar urls when storing locally 2022-10-08 22:59:33 -06:00
Daniel Supernault
1de7a136f6
Update MediaStorageService 2022-10-07 06:16:54 -06:00
Daniel Supernault
253a7c8c71
Update compiled assets 2022-10-07 05:52:23 -06:00
daniel
7e26113b59
Merge pull request #3689 from pixelfed/staging
Add migration
2022-10-07 05:13:22 -06:00
Daniel Supernault
d3946ea548
Add migration 2022-10-07 05:12:34 -06:00
daniel
e4ebab1805
Merge pull request #3688 from pixelfed/staging
Update compiled assets
2022-10-07 05:04:54 -06:00
Daniel Supernault
d85be12883
Update compiled assets 2022-10-07 05:03:40 -06:00
daniel
81c51e9480
Merge pull request #3687 from pixelfed/staging
Update StatusController
2022-10-07 03:51:37 -06:00
Daniel Supernault
6e214904a8
Update StatusController 2022-10-07 03:49:23 -06:00
daniel
d11e9928df
Merge pull request #3686 from pixelfed/staging
Staging
2022-10-07 03:18:50 -06:00
Daniel Supernault
999cdc0108
Update changelog 2022-10-07 03:16:30 -06:00
Daniel Supernault
04e8c96a7e
Update status deletion, fix database lock issues and side effects 2022-10-07 03:15:34 -06:00
Daniel Supernault
dd1d7d78fe
Add migrations 2022-10-07 01:50:55 -06:00
daniel
352d7b59b8
Merge pull request #3685 from pixelfed/staging
Add migration
2022-10-06 23:58:34 -06:00
Daniel Supernault
2feaffa98d
Add migration 2022-10-06 23:57:48 -06:00
daniel
b41fc35a7c
Merge pull request #3684 from pixelfed/staging
Staging
2022-10-06 23:12:45 -06:00
Daniel Supernault
923dfdbaaa
Add migration 2022-10-06 23:12:12 -06:00
Daniel Supernault
2ecc314434
Update PublicApiController, remove expensive and unused relationships 2022-10-06 22:32:26 -06:00
daniel
51364826ee
Merge pull request #3683 from pixelfed/staging
Update federation logic
2022-10-05 03:43:13 -06:00
Daniel Supernault
fefcbae911
Update federation logic 2022-10-05 03:38:30 -06:00
daniel
d8f62ed94c
Merge pull request #3681 from pixelfed/staging
Staging
2022-10-04 23:29:38 -06:00
Daniel Supernault
ee51a4552a
Update changelog 2022-10-04 23:18:44 -06:00
Daniel Supernault
58b331d22e
Update ApiV1Controller, include self likes in favourited_by endpoint 2022-10-04 23:18:25 -06:00
daniel
121de7009c
Merge pull request #3680 from pixelfed/staging
Staging
2022-10-04 18:01:47 -06:00
Daniel Supernault
46d88385d9
Bump version to 0.11.4 2022-10-04 18:01:13 -06:00
Daniel Supernault
9888af120a
Update Media model, fix thumbnail cdn paths 2022-10-03 04:23:18 -06:00
Daniel Supernault
b8ad594a05
Update CollectionController 2022-10-02 18:55:16 -06:00
Daniel Supernault
84e152896b
Update CollectionController 2022-10-01 05:36:07 -06:00
daniel
506477bdf9
Merge pull request #3675 from pixelfed/staging
Staging
2022-10-01 03:52:29 -06:00
Daniel Supernault
a843be966c
Update changelog 2022-10-01 03:49:39 -06:00
Daniel Supernault
7c327b0276
Update compiled assets 2022-10-01 03:49:23 -06:00
Daniel Supernault
6e4272a8ff
Update collection components, fix title/description padding/overflow bug and add title/description limit and input counter 2022-10-01 03:48:38 -06:00
Daniel Supernault
6e76cf4b68
Update CollectionController, limit max title and description length 2022-10-01 03:45:53 -06:00