mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
Change BACKUP_ROUTE_FORMAT to support pretty-name backups
This commit is contained in:
parent
01826b9c18
commit
d0dbc26281
@ -7,7 +7,7 @@ require_dependency "homepage_constraint"
|
||||
# This used to be User#username_format, but that causes a preload of the User object
|
||||
# and makes Guard not work properly.
|
||||
USERNAME_ROUTE_FORMAT = /[A-Za-z0-9\_]+/ unless defined? USERNAME_ROUTE_FORMAT
|
||||
BACKUP_ROUTE_FORMAT = /\d{4}(-\d{2}){2}-\d{6}\.tar\.gz/i unless defined? BACKUP_ROUTE_FORMAT
|
||||
BACKUP_ROUTE_FORMAT = /[a-zA-Z0-9\-_]*\d{4}(-\d{2}){2}-\d{6}\.tar\.gz/i unless defined? BACKUP_ROUTE_FORMAT
|
||||
|
||||
Discourse::Application.routes.draw do
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user