Haelwenn (lanodan) Monnier
152c136b62
link_footer.js: remove mapDispatchToProps call
2020-02-29 07:07:34 +01:00
Haelwenn (lanodan) Monnier
56d77aa51b
upload_button.js: Accept all MIME types
2020-02-29 07:07:34 +01:00
KokaKiwi
bcd29f1d7c
Fix "Getting Started" column
2020-02-29 07:07:34 +01:00
Haelwenn (lanodan) Monnier
c7155a8c13
local_settings.js: Allow to pick a content-type by default
2020-02-29 07:07:33 +01:00
Haelwenn (lanodan) Monnier
ed8d251cb7
Add BBCode compositing option
2020-02-29 07:07:33 +01:00
Haelwenn (lanodan) Monnier
a90d4cf4a4
Put a max-size on inlined images
2020-02-29 07:07:33 +01:00
Haelwenn (lanodan) Monnier
c034676fdf
mastodon/locales/{en,fr}.json: Replace toot and it’s translations
2020-02-29 07:07:31 +01:00
Haelwenn (lanodan) Monnier
6fecf0ae34
Remove bundling of unused fonts (roboto, montserrat)
2020-02-29 07:05:13 +01:00
Haelwenn (lanodan) Monnier
238d1a4abe
Remove unsupported Local-only
...
Note: It’s still being considered to be added, but in a different way so removing it for now
2020-02-29 07:05:13 +01:00
Haelwenn (lanodan) Monnier
f24334c1f0
Remove unsupported Delete&Redraft
2020-02-29 07:05:13 +01:00
Haelwenn (lanodan) Monnier
5cd4cce424
flavours/glitch/reducers/compose.js: Fix toLowerCase TypeError
...
[Error] TypeError: e.toLowerCase is not a function. (In 'e.toLowerCase()', 'e.toLowerCase' is undefined)
Some added context: https://queer.hacktivis.me/notice/9g4OfhpIWQLNoZ3mLI
2020-02-29 07:05:13 +01:00
Haelwenn (lanodan) Monnier
ef513c5f6c
flavours/glitch/components/error_boundary: Add switching to pleroma-fe
2020-02-29 07:05:12 +01:00
Haelwenn (lanodan) Monnier
e7e32e2925
flavours/glitch/util/backend_links.js: Initial Configuration
2020-02-29 07:05:12 +01:00
Haelwenn (lanodan) Monnier
d106994fc1
config/webpack/production.js: Remove caching in OfflinePlugin (introduced in 0692991b5
)
2020-02-29 07:05:12 +01:00
Haelwenn (lanodan) Monnier
e365d3f3f2
Revert: Resize images before upload in web UI to reduce bandwidth
...
Closes: https://git.pleroma.social/pleroma/mastofe/issues/22
(Can also fix an issue with canvas and the Tor Browser)
2020-02-29 07:05:12 +01:00
Morgan Bazalgette
9d23fd789d
Pleroma theme for mastofe
...
- resize columns dynamically, with min width of 330↵
- Change colours of mastodon frontend↵
- make avatars circled↵
- add slight hint of rounding on main ui components↵
2020-02-29 07:05:12 +01:00
Haelwenn (lanodan) Monnier
e913dcfc23
Remove branded images and their usage
2020-02-29 07:05:12 +01:00
Haelwenn (lanodan) Monnier
0dc63f2681
Remove countableText to count all text
2020-02-29 06:51:19 +01:00
Haelwenn (lanodan) Monnier
f72719c98b
[mastofe] Adds deleting others notice if you have the rights(~moderator)
...
Closes: https://git.pleroma.social/pleroma/mastofe/issues/20
2020-02-29 06:51:19 +01:00
Haelwenn (lanodan) Monnier
ab2d4a8e5f
Remove extra /settings/profile; Change /settings/{profile,preferences} to /user-settings
2020-02-29 06:51:18 +01:00
Haelwenn (lanodan) Monnier
2421046d21
app/javascript/mastodon/components/hashtag.js: Do not crash when hashtag.history is undefined
2020-02-29 06:51:18 +01:00
Morgan Bazalgette
cb7cd573e5
Getting-Started column customisation (panel, notice)
2020-02-29 06:51:18 +01:00
Haelwenn (lanodan) Monnier
c9598e0040
app/javascript/mastodon/components/media_gallery.js: Add support for audio attachements
2020-02-29 06:51:18 +01:00
Morgan Bazalgette
ba1eb17d90
handle empty message (ping) in ws
2020-02-29 06:51:15 +01:00
Morgan Bazalgette
3b52fd966d
always make /web/login go through
...
Original commit: 011eda089abad18c89324ca4bcb6930bb682a0b9
2020-02-29 06:48:29 +01:00
Morgan Bazalgette
d7b665fb7f
package.json: Add description field
...
APPARENTLY NPM ADDS A npm_package_description WHICH IS THE description
FIELD IN package.json WHICH HOWEVER IF NOT SET BECOMES THE SECOND LINE
OF THE README LIKE WHAT THE FUCKKKKKKKKKKKKK
2020-02-29 06:48:29 +01:00
Morgan Bazalgette
5be043903c
fix the homepage being loaded issue
2020-02-29 06:48:29 +01:00
Morgan Bazalgette
c43fbc23b5
Default when there is no applicationServerKey meta on the page
2020-02-29 06:48:29 +01:00
Morgan Bazalgette
3b0ac3b590
remove bundle analyzer, remove chunk hashes from css, create build.sh
2020-02-29 06:48:21 +01:00
Morgan Bazalgette
3f1e1bfbb8
Remove unnecessary ruby from build scripts
2020-02-29 06:45:36 +01:00
Lain Iwakura
ec890ee55d
Handle character limit in initial state in frontend.
2020-02-29 06:45:35 +01:00
Haelwenn (lanodan) Monnier
842fd5eb84
package.json: Add (npm run) dev command
2020-02-29 06:44:52 +01:00
Haelwenn (lanodan) Monnier
80f7ed089a
{mastodon,flavours/glitch/util}/api.js: Remove csrf-token query
2020-02-29 06:44:52 +01:00
Morgan Bazalgette
ce10bcaeaa
Add GitLab CI config
2020-02-29 06:44:52 +01:00
Morgan Bazalgette
a616987c5a
README.md: full rewrite for pleroma
2020-02-29 06:44:52 +01:00
Haelwenn (lanodan) Monnier
91acbe8513
Changelog-mastofe.txt: Init distribution
2020-02-29 06:44:50 +01:00
ThibG
e1d29f7d9f
Merge pull request #1290 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
2020-02-27 12:38:17 +01:00
Thibaut Girka
51d326f852
Merge branch 'master' into glitch-soc/merge-upstream
2020-02-27 12:37:15 +01:00
Eugen Rochko
aa8568b7f2
Bump version to 3.1.2 ( #13162 )
2020-02-27 12:34:07 +01:00
Eugen Rochko
0c28a505dd
Fix leak of arbitrary statuses through unfavourite action in REST API ( #13161 )
2020-02-27 12:32:54 +01:00
ThibG
9ee8e1add9
Merge pull request #1289 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
2020-02-25 18:05:52 +01:00
ThibG
2f2b48b227
[Glitch] Fix /web
redirecting to /web/web
in web UI
...
Port 0f07218e53
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-25 14:30:43 +01:00
Thibaut Girka
85933bc9ff
Merge branch 'master' into glitch-soc/merge-upstream
2020-02-25 14:28:13 +01:00
ThibG
7face973fa
Fix dismissing an announcement twice raising an obscure error ( #13124 )
2020-02-24 22:21:40 +01:00
ThibG
cf4fe6caef
Fix misleading error when attempting to re-send a pending follow request ( #13133 )
...
Fixes #13131
2020-02-24 21:19:19 +01:00
ThibG
d91946ae13
Fix backups failing when files are missing from media attachments ( #13146 )
...
Fixes #13123
2020-02-24 21:18:26 +01:00
ThibG
3704402dcc
Fix duplicate accounts being created when fetching an account for its key only ( #13147 )
...
Fixes #13136
When a user's canonical acct domain is different from its id's domain
(WEB_DOMAIN ≠ LOCAL_DOMAIN), two webfinger queries are required to find the
canonical domain from the URI. However, we skip webfinger queries when
updating only the key of a remote user, which led to the creation of a
duplicate account, using the URI's domain instead of the canonical acct: one.
2020-02-24 21:15:53 +01:00
dependabot-preview[bot]
5158dbeb25
Bump react-redux from 7.1.3 to 7.2.0 ( #13141 )
...
Bumps [react-redux](https://github.com/reduxjs/react-redux ) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/reduxjs/react-redux/releases )
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.1.3...v7.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 21:54:19 +09:00
dependabot-preview[bot]
1452d85dd2
Bump webpack-cli from 3.3.10 to 3.3.11 ( #13139 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 17:50:25 +09:00
dependabot-preview[bot]
6518ee6c43
Bump rellax from 1.10.0 to 1.12.1 ( #13140 )
...
Bumps [rellax](https://github.com/dixonandmoe/rellax ) from 1.10.0 to 1.12.1.
- [Release notes](https://github.com/dixonandmoe/rellax/releases )
- [Commits](https://github.com/dixonandmoe/rellax/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 17:50:18 +09:00