0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/shared/middlewares
Kevin Ansfield 666a9d371f 🔥 Removed all non-/ghost/ redirects to the admin
no issue

- we used to redirect paths such as `/logout/` and `/signin/` to the admin but they are no longer desired
  - with the introduction of members these URLs can be confused with front-end member related actions
  - we want to be able to optionally "turn off" redirects to the admin to help mask the admin url when it's configured to be separate to the front-end
2019-09-11 14:55:00 +01:00
..
api Switched private login brute errors to correct error status code 2019-09-09 16:02:21 +01:00
image Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
validation
admin-redirects.js 🔥 Removed all non-/ghost/ redirects to the admin 2019-09-11 14:55:00 +01:00
brute.js
cache-control.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
custom-redirects.js Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
emit-events.js
error-handler.js Added error handling for weird handlebars syntax 2019-09-09 13:03:04 +01:00
frontend-client.js
ghost-locals.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
index.js
labs.js
log-request.js Replaced v1 for v4 uuids (#10871) 2019-07-15 14:01:02 +08:00
maintenance.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
pretty-urls.js
serve-favicon.js
serve-public-file.js Moved members static mount point to /ghost/members 2019-06-25 15:13:52 +07:00
static-theme.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
uncapitalise.js Updated uncapitalise check to work with canary 2019-08-09 20:46:49 +05:30
update-user-last-seen.js
upload.js
url-redirects.js