Commit graph

11201 commits

Author SHA1 Message Date
Haelwenn (lanodan) Monnier
70fcb0b7f8
Fixup: Pleroma theme for mastofe 2020-01-22 15:06:21 +01:00
Haelwenn (lanodan) Monnier
3826e3e71c
build.sh: Fix double || 2020-01-22 15:01:28 +01:00
Haelwenn (lanodan) Monnier
9912f424d7
link_footer.js: remove mapDispatchToProps call 2020-01-22 15:01:28 +01:00
Haelwenn (lanodan) Monnier
864c0d0669
upload_button.js: Accept all MIME types 2020-01-22 15:01:28 +01:00
KokaKiwi
06792a7134
Fix "Getting Started" column 2020-01-22 15:01:28 +01:00
Haelwenn (lanodan) Monnier
392f656e8e
local_settings.js: Allow to pick a content-type by default 2020-01-22 15:01:27 +01:00
Haelwenn (lanodan) Monnier
82754b44cb
Add BBCode compositing option 2020-01-22 15:01:27 +01:00
Haelwenn (lanodan) Monnier
1d674c6826
Put a max-size on inlined images 2020-01-22 15:01:27 +01:00
Haelwenn (lanodan) Monnier
c785bd0fa4
mastodon/locales/{en,fr}.json: Replace toot and it’s translations 2020-01-22 15:01:26 +01:00
Haelwenn (lanodan) Monnier
2c27a90ad7
Remove bundling of unused fonts (roboto, montserrat) 2020-01-22 14:55:19 +01:00
Haelwenn (lanodan) Monnier
147dc4aa9e
Remove unsupported Local-only
Note: It’s still being considered to be added, but in a different way so removing it for now
2020-01-22 14:55:19 +01:00
Haelwenn (lanodan) Monnier
0208960e2a
Remove unsupported Delete&Redraft 2020-01-22 14:55:19 +01:00
Haelwenn (lanodan) Monnier
eff782b1ec
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-01-22 14:55:18 +01:00
Haelwenn (lanodan) Monnier
9a259b1789
flavours/glitch/components/error_boundary: Add switching to pleroma-fe 2020-01-22 14:55:17 +01:00
Haelwenn (lanodan) Monnier
99d7f04b4f
flavours/glitch/util/backend_links.js: Initial Configuration 2020-01-22 14:54:33 +01:00
Haelwenn (lanodan) Monnier
8e41c5d712
config/webpack/production.js: Remove caching in OfflinePlugin (introduced in 0692991b5) 2020-01-22 14:54:33 +01:00
Haelwenn (lanodan) Monnier
b7a76e638b
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-01-22 14:54:32 +01:00
Morgan Bazalgette
339cf4517a
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-01-22 14:54:30 +01:00
Haelwenn (lanodan) Monnier
57ebf808c0
Remove branded images and their usage 2020-01-22 14:53:11 +01:00
Haelwenn (lanodan) Monnier
8ddd768ba0
Remove countableText to count all text 2020-01-22 14:43:35 +01:00
Haelwenn (lanodan) Monnier
c56f5d7c6f
[mastofe] Adds deleting others notice if you have the rights(~moderator)
Closes: https://git.pleroma.social/pleroma/mastofe/issues/20
2020-01-22 14:43:35 +01:00
Haelwenn (lanodan) Monnier
c4c92d433d
Remove extra /settings/profile; Change /settings/{profile,preferences} to /user-settings 2020-01-22 14:43:35 +01:00
Haelwenn (lanodan) Monnier
8e321926cc
app/javascript/mastodon/components/hashtag.js: Do not crash when hashtag.history is undefined 2020-01-22 14:43:35 +01:00
Morgan Bazalgette
06d5aee82f
Getting-Started column customisation (panel, notice) 2020-01-22 14:43:33 +01:00
Haelwenn (lanodan) Monnier
80435749b3
app/javascript/mastodon/components/media_gallery.js: Add support for audio attachements 2020-01-22 14:40:51 +01:00
Morgan Bazalgette
3663aecc3b
handle empty message (ping) in ws 2020-01-22 14:40:51 +01:00
Morgan Bazalgette
f40c8bc30a
always make /web/login go through
Original commit: 011eda089abad18c89324ca4bcb6930bb682a0b9
2020-01-22 14:40:51 +01:00
Morgan Bazalgette
a19287cafa
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-01-22 14:40:50 +01:00
Morgan Bazalgette
450557ea35
fix the homepage being loaded issue 2020-01-22 14:40:50 +01:00
Morgan Bazalgette
08663a5fb5
Default when there is no applicationServerKey meta on the page 2020-01-22 14:40:50 +01:00
Morgan Bazalgette
c248029686
remove bundle analyzer, remove chunk hashes from css, create build.sh 2020-01-22 14:40:47 +01:00
Morgan Bazalgette
6360f8ec68
Remove unnecessary ruby from build scripts 2020-01-22 14:36:19 +01:00
Lain Iwakura
668ab79861
Handle character limit in initial state in frontend. 2020-01-22 14:36:18 +01:00
Morgan Bazalgette
7dcfdebbca
Fix going to /web and getting redirected to /web/web 2020-01-22 14:36:18 +01:00
Haelwenn (lanodan) Monnier
a257a9a7da
package.json: Add (npm run) dev command 2020-01-22 14:36:18 +01:00
Haelwenn (lanodan) Monnier
e18317fbdf
{mastodon,flavours/glitch/util}/api.js: Remove csrf-token query 2020-01-22 14:36:18 +01:00
Morgan Bazalgette
9c781a1476
Add GitLab CI config 2020-01-22 14:36:18 +01:00
Morgan Bazalgette
bb9a2813ca
README.md: full rewrite for pleroma 2020-01-22 14:36:17 +01:00
Haelwenn (lanodan) Monnier
030ffa9178
Changelog-mastofe.txt: Init distribution 2020-01-22 14:36:08 +01:00
ThibG
a8c109baca
Merge pull request #1264 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
2020-01-20 19:20:40 +01:00
Thibaut Girka
dc2ab6e646 Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- `app/javascript/packs/public.js`:
  Upstream removed an unused function in code that has
  been refactored a bit. Removed that function in the corresponding
  places.
2020-01-20 18:31:11 +01:00
Eugen Rochko
02063c245c
Fix not all of account's active IPs showing up in admin UI (#12909) 2020-01-20 18:00:54 +01:00
ThibG
91e4955e08 Fix admin interface crashing when listing boosts with non-video media attachments (#12907)
Fix regression introduced by #12879
2020-01-20 17:39:14 +01:00
Eugen Rochko
ba16d4b413
Fix search by IP not using alternative browser sessions in admin UI (#12904) 2020-01-20 17:00:41 +01:00
Thibaut Girka
eeb8753adc Add glitch-soc front-end support for many upstream translations 2020-01-20 16:43:18 +01:00
ThibG
2d5addde03 Fix “X new items” not showing up for slow mode on empty timelines (#12875) 2020-01-20 16:34:42 +01:00
dependabot-preview[bot]
39f2bce231 Bump @babel/core from 7.7.7 to 7.8.3 (#12893)
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.7 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 00:14:06 +09:00
Eugen Rochko
6feafb8802
Various fixes and improvements (#12878)
* Fix unused role routes being generated

* Remove unused JavaScript code

* Refactor filters code to be DRYer

* Fix `.count == 0` comparisons to `.empty?` in views

* Fix filters in views
2020-01-20 15:55:03 +01:00
dependabot-preview[bot]
06f6995860 Bump httplog from 1.3.3 to 1.4.0 (#12902)
Bumps [httplog](https://github.com/trusche/httplog) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/trusche/httplog/releases)
- [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trusche/httplog/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 23:45:10 +09:00
Eugen Rochko
008063d562 [Glitch] Change reported media attachments to always be hidden in admin UI
Port 1ded3bb752 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-01-20 15:30:45 +01:00