Eugen Rochko
7f286d1af0
Fix #5953 - Add GET /api/v1/accounts/:id/lists ( #5983 )
7 years ago
Eugen Rochko
3b69e9b99c
Exclude moved accounts from search results ( #5984 )
7 years ago
cwm
690cd248b1
change pack to 'auth'
7 years ago
cwm
7e8c87e443
load pack
7 years ago
Erin
bdf25f5a60
reblog_service.rb: Status#local_only -> local_only?
7 years ago
Erin
eb0660f6ef
move outbox filtering to Status#permitted_for (as per @ekiru)
7 years ago
Erin
080149acaf
post_status_service: stylistic change (local_only -> local_only?)
7 years ago
Quenty31
f75a91716b
Tiny little change ( #5981 )
7 years ago
kibigo!
1d7b78817a
Fixed index in webpack config
7 years ago
beatrix
7e1a419585
Merge pull request #259 from KnzkDev/flavours-ja
...
i18n: Add ja translate for flavour/skin ux
7 years ago
ncls7615
96a7247e9c
add ja
7 years ago
beatrix
af0031fe1b
Merge pull request #254 from glitch-soc/new-theme-ux
...
New flavour/skin UX
7 years ago
Eugen Rochko
31fe0d067b
Apply a 25x rate limit by IP even to authenticated requests ( #5948 )
7 years ago
beatrix
cb05ff359f
Merge pull request #255 from KnzkDev/remove-picture
...
Remove getting-started picture
7 years ago
Akihiko Odaki
109886507e
Remove preview_card fabricator ( #5975 )
...
preview_card fabricator has a removed attribute, status, and is no longer
functional.
7 years ago
David Yip
b1f803d360
Add missing set_pack def/filter in OAuth::AuthorizedApplicationsController.
7 years ago
ncls7615
58a133978b
remove picture
7 years ago
David Yip
234dc012d0
Add Rake task to backfill local-only flag ( #253 )
7 years ago
kibigo!
d9e1496990
Added styling
7 years ago
kibigo!
a1c79ef544
Screenshot support for themes
7 years ago
kibigo!
901c08a999
Moved flavour UI into own prefs tab
7 years ago
beatrix
252de634bb
Merge pull request #250 from chriswmartin/fav-confirm-modal
...
add favourite confirmation modal
7 years ago
beatrix
bc727ab41c
Merge pull request #252 from ncls7615/glitch-langfiles
...
i18n: Add translate and fix problems
7 years ago
Erin
6f3321fe4f
set local_only in a before_create callback instead of status service
7 years ago
Erin
7fc6f40a88
remove vestigial Status#local_only? definition
7 years ago
Erin
c3e84d208c
post_status_service.rb: save the status after setting local_only
7 years ago
Erin
278d34a0ec
Status#not_local_only scope should match nils too
7 years ago
Sylvhem
e38b8c980f
Change the disclaimer under the sign up form ( #5817 )
...
* Change the disclaimer below the sign up form
Change the disclaimer below the sign up form on the home page. The current text is linking to the /about/more page under "our terms of service" and to the /terms page under "privacy policy". This change intend to make the message more coherent.
Change l’avertissement en-dessous du formulaire d’inscription sur la page d’accueil. Le texte actuel redirige vers /about/more sous un lien intitulé "nos conditions d’utilisation" et vers /terms via "notre politique de confidentialité". Ce changement vise à rendre le message plus cohérent.
* Second take on the disclaimer
A new version of the disclaimer, based on feedback.
Une nouvelle version de l’avertissement, basé sur les premiers retours.
7 years ago
Erin
3d1bef760d
filter local-only toots from AP outboxes
7 years ago
ncls7615
b07111ceba
add comma
7 years ago
ncls7615
3e6949b554
" => '
7 years ago
ncls7615
5cd4e577c2
Merge branch 'master' of https://github.com/glitch-soc/mastodon into glitch-langfiles
...
# Conflicts:
# app/javascript/glitch/locales/ja.json
7 years ago
Erin
b463321c6f
filter local-only statuses from public pages
7 years ago
Erin
a80c329328
replace reblog service check for an 👁️ with #local_only
7 years ago
Erin
d431bb8930
set local_only flag on statuses in post_status_service
7 years ago
Erin
993449ee59
status: stub local_only?, add scope, add marked_local_only?
7 years ago
Erin
5eadff9883
add a local_only column to the statuses table
7 years ago
cwm
2f56e7e00d
use single quotes in locale entry
7 years ago
cwm
34630e00cb
pulled master, moved locale entry to new location
7 years ago
cwm
06c490be96
removed unneeded actions_modal div
7 years ago
beatrix
3f30ccbf08
Merge pull request #246 from glitch-soc/theme-intl8n
...
Internationalization for flavours and skins
7 years ago
kibigo!
ea3154176e
Removed MORE theme localizns
7 years ago
kibigo!
bb65adc0c0
Move ja localization to new locaiton
7 years ago
kibigo!
b27126f1d6
Linting fixes
7 years ago
kibigo!
853082e760
Only localize js when there's a theme
7 years ago
kibigo!
99e8710095
Javascript intl8n flavour support
7 years ago
kibigo!
f0c12b28fd
Removed unused theme localization key
7 years ago
kibigo!
f4c233f59f
Ruby intl8n for themes
7 years ago
Andrea Scarpino
e8198cd298
Fix account and tag searches with leading/trailing spaces ( #5965 )
...
* Strip leading & trailing spaces from account query
* Strip leading & trailing spaces from tag search
7 years ago
Lynx Kotoura
188f230f1e
Refix extraspace for emojis ( #5964 )
...
Fix misalignment between emoji sizes
7 years ago