Commit graph

510 commits

Author SHA1 Message Date
Karina Kwiatek
561d402ff7
Merge pull request #593 from Retrospring/action-strings
Refactor action strings
2022-07-30 20:37:22 +02:00
Karina Kwiatek
d026020ef6
Remove leftover "This"
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2022-07-30 18:24:22 +00:00
Karina Kwiatek
55cb43c876 Move "Manage list memberships" user action title 2022-07-30 20:14:02 +02:00
Karina Kwiatek
91df126132 Move follow/unfollow user actions 2022-07-30 20:01:08 +02:00
Karina Kwiatek
c9bc92e60e Re-word strings used in controllers 2022-07-30 19:01:57 +02:00
Karina Kwiatek
a03fe85b33 Re-word strings used in ServicesController 2022-07-30 19:01:49 +02:00
Karina Kwiatek
a9482c188d Re-word self-action error message 2022-07-30 19:01:49 +02:00
Karina Kwiatek
808556c5c6 Re-word email help text 2022-07-30 19:01:49 +02:00
Karina Kwiatek
3f2cdbb911 Re-word strings used in views 2022-07-30 19:01:49 +02:00
Karina Kwiatek
6564ef5efb Re-word frontend strings
- Re-word confirmation dialogs
- Reused translations
- Merged duplicated list key
- Replaced ellipsis with ellipsis character
2022-07-30 19:01:49 +02:00
Karina Kwiatek
67bf884f45 Re-word noauth message 2022-07-30 19:01:49 +02:00
Karina Kwiatek
e887e8c4fc Refactor action strings 2022-07-30 18:50:46 +02:00
Andreas Nedbal
a527329294 Remove legacy locales 2022-07-30 16:51:07 +02:00
Andreas Nedbal
39639c2d85 Add new translations for ban flash message 2022-07-30 16:51:07 +02:00
Andreas Nedbal
9c08522a7a Remove legacy locales 2022-07-30 05:07:54 +02:00
Andreas Nedbal
a4c090d594 Add new translations for moderationbox 2022-07-30 04:58:20 +02:00
Andreas Nedbal
0ca8c20845 Add new translations for moderation tabs 2022-07-30 02:55:56 +02:00
Andreas Nedbal
e0b531c9c5 Apply review suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2022-07-30 02:20:19 +02:00
Andreas Nedbal
d23ace86b0 Remove legacy locales 2022-07-30 02:20:19 +02:00
Andreas Nedbal
4b65a5bb60 Move translations to new namespace and file 2022-07-30 02:20:19 +02:00
Georg Gadinger
216e6003c0
Merge pull request #584 from Retrospring/phpMyAdmin
rails_admin: group models together and add nice icons
2022-07-28 20:23:42 +02:00
Andreas Nedbal
5f1453103b Add pluralization to list member locale 2022-07-28 12:22:32 +02:00
Andreas Nedbal
c2726687e4 Split all JS locales into frontend.en.yml 2022-07-28 12:22:32 +02:00
Andreas Nedbal
4a7aa7bae1 Apply suggestions from @raccube
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2022-07-28 12:22:32 +02:00
Andreas Nedbal
dc5300a6b0 Remove legacy locales 2022-07-28 12:22:32 +02:00
Andreas Nedbal
76845a55c0 Add new translations for user privilege modal 2022-07-28 12:22:32 +02:00
Andreas Nedbal
1492434e15 Add new translations for modal list items 2022-07-28 12:22:32 +02:00
Andreas Nedbal
8839139a72 Add new translations for list management modal 2022-07-28 12:22:32 +02:00
Andreas Nedbal
c4fefbf0aa Add new translations for comment smiles modal 2022-07-28 12:22:32 +02:00
Andreas Nedbal
001e747efe Add new translations for ask modal 2022-07-28 12:22:32 +02:00
Georg Gadinger
1a9d88f9bd ACAB 2022-07-27 21:09:32 +02:00
Georg Gadinger
b7ef83970b rails_admin: group models together and add nice icons 2022-07-27 21:09:27 +02:00
Georg Gadinger
66efa5d4f4 clean up routes
- replace `match` with `get`/`post`/`patch`/`delete`
- format routes.rb
- rename the `show_user_{profile,question,answer}` routes to
  `profile`, `question`, `answer` so `url_for` (used by Rails Admin)
  works fine for these things
- also add `to_param` to the `User` model so that `url_for(some_user)`
  uses the user name
2022-07-23 12:14:06 +02:00
Karina Kwiatek
5f60d86efe Make forbidden screen names configurable 2022-07-23 09:11:32 +02:00
Karina Kwiatek
fc161e2dcf Use /@username for profile paths 2022-07-23 09:11:32 +02:00
Karina Kwiatek
d33e0f86af Add oj 2022-07-21 16:09:00 +02:00
Karina Kwiatek
d794a69729 Add translation for Public Timeline title 2022-07-21 16:08:51 +02:00
Karina Kwiatek
8aee2533a0 Add Bootsnap 2022-07-19 22:54:03 +02:00
Andreas Nedbal
b5bf326cc0 Remove priority action route 2022-07-19 22:53:50 +02:00
Andreas Nedbal
32a973a048 Remove ip action route 2022-07-19 22:53:50 +02:00
Andreas Nedbal
0e9d44a62a Remove moderation comment locales 2022-07-19 11:17:45 +02:00
Andreas Nedbal
b1bb376abd Remove moderation comment routes 2022-07-19 11:17:45 +02:00
Karina Kwiatek
6344b55b44 Move public & list timelines into TimelineController 2022-07-18 23:24:05 +02:00
Karina Kwiatek
98d7bec924 Move link filter into its own controller 2022-07-18 23:24:05 +02:00
Karina Kwiatek
7abdac2d8a Move About, ToS & Privacy Policy into AboutController 2022-07-18 23:24:05 +02:00
Karina Kwiatek
f3b58c1d33 Split front page into separate actions 2022-07-18 23:24:05 +02:00
Andreas Nedbal
dda407972c Remove vote action locales 2022-07-18 23:10:07 +02:00
Andreas Nedbal
ab39a9e83c Remove vote action routes 2022-07-18 23:10:07 +02:00
Karina Kwiatek
7fdb2168a6 Move web app manifest into its own controller 2022-07-18 23:09:53 +02:00
Karina Kwiatek
5bd186bbe2 Deduplicate navigation dropdowns; Restore notification dropdown to mobile 2022-07-18 23:09:53 +02:00