tilde.news/app/controllers
Peter Bhat Harkins 9fff6ae927 enable mod_userdir
diff of `rails routes`:

12,13d11
<                              GET      /newest/:user(.:format)                        home#newest_by_user
<                              GET      /newest/:user/page/:page(.:format)             home#newest_by_user
32d29
<                 user_threads GET      /threads/:user(.:format)                       comments#user_threads
120,122c117,132
<                            u GET      /u(.:format)                                   users#tree
<                         user GET      /u/:username(.:format)                         users#show
<                user_standing GET      /u/:username/standing(.:format)                users#standing
---
>                   users_tree GET      /users(.:format)                               users#tree
>                         user GET      /~:username(.:format)                          users#show
>                user_standing GET      /~:username/standing(.:format)                 users#standing
>                              GET      /~:user/stories(/page/:page)(.:format)         home#newest_by_user
>                 user_threads GET      /~:user/threads(.:format)                      comments#user_threads
>                     user_ban POST     /~:username/ban(.:format)                      users#ban
>                   user_unban POST     /~:username/unban(.:format)                    users#unban
>          user_disable_invite POST     /~:username/disable_invitation(.:format)       users#disable_invitation
>           user_enable_invite POST     /~:username/enable_invitation(.:format)        users#enable_invitation
>                            u GET      /u(.:format)                                   redirect(302, /users)
>                              GET      /u/:username(.:format)                         redirect(302, /~%{username})
>                              GET      /@:username(.:format)                          redirect(302, /~%{username})
>                              GET      /u/:username/standing(.:format)                redirect(302, ~%{username}/standing)
>                              GET      /newest/:user(.:format)                        redirect(302, ~%{user}/stories)
>                              GET      /newest/:user(/page/:page)(.:format)           redirect(302, ~%{user}/stories/page/%{page})
>                              GET      /threads/:user(.:format)                       redirect(302, ~%{user}/threads)
125,128d134
<                     user_ban POST     /users/:username/ban(.:format)                 users#ban
<                   user_unban POST     /users/:username/unban(.:format)               users#unban
<          user_disable_invite POST     /users/:username/disable_invitation(.:format)  users#disable_invitation
<           user_enable_invite POST     /users/:username/enable_invitation(.:format)   users#enable_invitation
2023-08-29 07:49:02 -05:00
..
about_controller.rb typo 2022-03-04 09:33:22 -06:00
application_controller.rb heinous_inline_partial for story show perf 2023-08-24 02:54:26 -05:00
avatars_controller.rb rubocop: Style/MutableConstant, 513 2018-04-11 07:41:46 -05:00
categories_controller.rb Add basic create and edit forms for categories. Create link is 2020-08-20 14:01:24 -04:00
comments_controller.rb fix to match action name 2023-08-28 17:35:11 -05:00
csp_controller.rb implement content security policy (#698) 2019-07-02 07:00:49 -07:00
domains_controller.rb tweak new domain controller - copy, var names, spec 2022-09-01 07:45:18 -05:00
filters_controller.rb rm @cur_url 2022-02-26 21:13:05 -06:00
hats_controller.rb /hats: don't list hats unavailable for use 2023-02-08 08:14:27 -06:00
home_controller.rb tweak new domain controller - copy, var names, spec 2022-09-01 07:45:18 -05:00
inbox_controller.rb extract TODOs to PR body 2022-02-08 22:21:03 -06:00
invitations_controller.rb only show title h1 on useful pages 2022-02-26 13:08:07 -06:00
keybase_proofs_controller.rb enable mod_userdir 2023-08-29 07:49:02 -05:00
login_controller.rb only show title h1 on useful pages 2022-02-26 13:08:07 -06:00
messages_controller.rb typo fix in string interpolation, probably fixes #1065 2022-03-05 08:08:15 -06:00
mod_controller.rb fix some 1+n queries for mods 2023-07-19 17:02:06 -05:00
mod_notes_controller.rb title mod pages 2019-02-19 18:34:58 -06:00
moderations_controller.rb Merge branch 'master' into feature-917-category-editing 2022-05-19 05:39:33 +00:00
replies_controller.rb typo fix in string interpolation, probably fixes #1065 2022-03-05 08:08:15 -06:00
search_controller.rb rm @cur_url 2022-02-26 21:13:05 -06:00
settings_controller.rb Add reveal for TOTP secret for manual entry (#1172) 2023-04-23 21:43:11 +00:00
signup_controller.rb only show title h1 on useful pages 2022-02-26 13:08:07 -06:00
stats_controller.rb better scales; hash style 2020-07-08 16:15:48 -05:00
stories_controller.rb thread rendering: story show, user threads, reply 2023-08-24 14:40:03 -05:00
tags_controller.rb rm @cur_url 2022-02-26 21:13:05 -06:00
users_controller.rb tests, frontend for previous 2022-05-25 09:31:16 -05:00