Kaizhe Huang
|
fb02241580
|
Fix trailing whitespaces in lib/pleroma/web/web_finger.ex
|
2020-12-21 00:54:15 +11:00 |
FiveYellowMice
|
83cd7f2b5f
|
WebFinger: add subscribe_address in return data of JSON responses
|
2020-12-18 13:48:38 +00:00 |
Alex Gleason
|
80891e83d8
|
Merge remote-tracking branch 'upstream/develop' into registration-workflow
|
2020-12-17 09:05:36 -06:00 |
lain
|
8b8c317c0f
|
Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop'
Fix mastoapi ws posts dropping
Closes #2336
See merge request pleroma/pleroma!3198
|
2020-12-16 11:35:45 +00:00 |
lain
|
6bb4f4e172
|
Merge branch 'support/2255_posix_errors' into 'develop'
[#2255] added error messages for posix error code
See merge request pleroma/pleroma!3138
|
2020-12-15 15:16:03 +00:00 |
lain
|
0d285cf44f
|
Merge branch 'fix/config-gen-detect-exiftool' into 'develop'
instance.gen: Warn that stripping exif requires exiftool
Closes #2343
See merge request pleroma/pleroma!3197
|
2020-12-15 14:39:15 +00:00 |
Mark Felder
|
6dac2ac71a
|
Minor refactoring of the logic for hiding followers/following counts.
Field is not nullable anymore, and this is more readable.
|
2020-12-14 13:27:42 -06:00 |
Alexander Strizhakov
|
cebe3c7def
|
Fix for dropping posts/notifs in WS when mix task is executed
- start oban in mix tasks with empty queues, plugins and crontab
- fix for update_users_following_followers_counts
- fix for removed logo.png
- typo in resend confirmation emails mix task docs
- fix for uploads mix task (start Majic.Pool)
- fix for creating user mix task (start :fast_html app)
|
2020-12-14 11:02:32 -06:00 |
rinpatch
|
7133c0c5ea
|
instance.gen: Warn that stripping exif requires exiftool
And default to no if it is not installed
Closes #2343
|
2020-12-12 20:38:51 +03:00 |
rinpatch
|
6aece536eb
|
instance.gen task: Only show files which will be actually overwritten
|
2020-12-12 20:35:38 +03:00 |
Ivan Tashkinov
|
7fff9c1bee
|
Tweaks to OAuth entities expiration: changed default to 30 days, removed hardcoded values usage, fixed OAuthView (expires_in).
|
2020-12-09 21:14:39 +03:00 |
Ivan Tashkinov
|
7da0349d73
|
Changed default OAuth token expiration time to 30 days.
|
2020-12-09 19:59:46 +03:00 |
lain
|
477c6c8e55
|
Merge branch 'auth-improvements' into 'develop'
Cookie auth rework / Auth subsystem refactoring and tweaks
Closes pleroma/secteam/pleroma#3
See merge request pleroma/pleroma!3112
|
2020-12-09 15:55:45 +00:00 |
lain
|
1436a2fa2d
|
Merge branch 'stream-follow-updates' into 'develop'
Stream follow updates
Closes #2299
See merge request pleroma/pleroma!3183
|
2020-12-09 15:52:31 +00:00 |
lain
|
e73d878b38
|
Merge branch 'feat/warn-large-pool-size' into 'develop'
Add a startup error for modified Repo pool_size
See merge request pleroma/pleroma!3190
|
2020-12-08 16:36:51 +00:00 |
lain
|
50d16a9e27
|
ApplicationRequirements: Add test, more text for pool size.
|
2020-12-08 17:30:10 +01:00 |
lain
|
5b9b7b4888
|
Apply 1 suggestion(s) to 1 file(s)
|
2020-12-08 16:16:43 +00:00 |
Mark Felder
|
fb3fd692c6
|
Add a startup error for modified Repo pool_size
|
2020-12-07 16:44:55 -06:00 |
Haelwenn (lanodan) Monnier
|
1403798820
|
instance.reachable?: Limit to binary input
|
2020-12-07 21:20:44 +01:00 |
Haelwenn (lanodan) Monnier
|
e1a2e8b17c
|
instance: Do not fetch unreachable instances
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2346
|
2020-12-07 20:11:47 +01:00 |
Ivan Tashkinov
|
c8e7ace812
|
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
# Conflicts:
# CHANGELOG.md
|
2020-12-07 21:45:04 +03:00 |
lain
|
ed76323776
|
Merge branch 'feature/configdb-mix-tasks' into 'develop'
Add mix tasks to give additional ConfigDB recovery and debugging options
See merge request pleroma/pleroma!3174
|
2020-12-07 18:06:06 +00:00 |
Mark Felder
|
93428d7c11
|
Print out settings that will be removed when specifying the group and key for consistency
Fix error message when specified key doesn't exist
|
2020-12-07 11:45:56 -06:00 |
Mark Felder
|
61494b5245
|
Formatting
|
2020-12-07 11:22:07 -06:00 |
feld
|
d817bae802
|
Apply 1 suggestion(s) to 1 file(s)
|
2020-12-07 17:13:29 +00:00 |
Ivan Tashkinov
|
e00c667145
|
[#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests.
Minor fixes.
|
2020-12-06 18:02:30 +03:00 |
Ivan Tashkinov
|
a010c5b16a
|
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
|
2020-12-06 13:59:35 +03:00 |
Ivan Tashkinov
|
e9859b68fc
|
[#3112] Ensured presence and consistency of :user and :token assigns (EnsureUserTokenAssignsPlug). Refactored auth info dropping functions.
|
2020-12-06 13:59:10 +03:00 |
Mark Felder
|
50aadc3d5c
|
shell_yes?/1 was not showing the correct message and always defaults to yes which is dangerous
|
2020-12-04 11:49:56 -06:00 |
feld
|
6adad96c79
|
Merge branch 'issue/2256' into 'develop'
[#2256] added subject actor to moderation log
See merge request pleroma/pleroma!3164
|
2020-12-04 17:49:05 +00:00 |
Mark Felder
|
9dfda37821
|
More compact representation
|
2020-12-04 11:37:49 -06:00 |
Mark Felder
|
3bf5c5b015
|
Ensure deleting entire group prints out settings that will be removed before actually removing them
|
2020-12-04 11:30:48 -06:00 |
Mark Felder
|
696d39c3dc
|
Fix deleting an entire group. Also utilize Pleroma.ConfigDB.delete/1
|
2020-12-04 11:19:58 -06:00 |
Mark Felder
|
685e5c8509
|
Use Pleroma.ConfigDB.delete/1 instead of rolling our own
|
2020-12-04 11:09:13 -06:00 |
Mark Felder
|
4aad066091
|
Use Enum.any? to ensure we return true if there are results
|
2020-12-04 11:04:53 -06:00 |
rinpatch
|
1d04bd0894
|
Merge branch 'supported-emojos' into 'develop'
Update Emoji support to unicode 13.1, support all RGI emoji.
See merge request pleroma/pleroma!3186
|
2020-12-03 18:29:42 +00:00 |
Alexander Strizhakov
|
a02eb88396
|
config_db search methods
|
2020-12-03 19:34:23 +03:00 |
Mark Felder
|
7fd4f4908b
|
dump_key/2 no longer used
|
2020-12-03 10:03:44 -06:00 |
feld
|
60c4ac0f70
|
Apply 6 suggestion(s) to 1 file(s)
|
2020-12-03 16:03:14 +00:00 |
Mark Felder
|
95e908e4e2
|
Credo
|
2020-12-03 09:58:24 -06:00 |
lain
|
fa0d0b602f
|
Emoji: Also accept regional indicators
|
2020-12-03 16:17:39 +01:00 |
Mark Felder
|
16bdc2bcd0
|
Make the --force flag for reset command consistent with the others and deduplicate db truncation
|
2020-12-02 16:34:23 -06:00 |
Mark Felder
|
e379ab8277
|
Add --force flag for delete and reset commands
Bunch of reorganization and consolidation
|
2020-12-02 16:24:32 -06:00 |
Mark Felder
|
20a911f9f7
|
Add comment for this mysterious behavior
|
2020-12-02 14:25:07 -06:00 |
Mark Felder
|
25fab7da69
|
No need for a separate functions here
|
2020-12-02 14:20:11 -06:00 |
Mark Felder
|
13947999ad
|
Use a callback strategy to short circuit the functions and print a nice error
|
2020-12-02 12:33:34 -06:00 |
Mark Felder
|
a7b5280b5b
|
Centralize check that configdb is enabled which now raises an exception
|
2020-12-02 10:43:22 -06:00 |
Mark Felder
|
53a5ec1952
|
Left public during debugging
|
2020-12-02 10:43:22 -06:00 |
Mark Felder
|
5135a8189f
|
Use inspect instead of faking the output
|
2020-12-02 10:43:22 -06:00 |
Mark Felder
|
6334ba9ad3
|
Remove unnecessary keys command
|
2020-12-02 10:43:22 -06:00 |