Commit graph

3466 commits

Author SHA1 Message Date
Tom Hughes
c4d2f74408 Switch to new defaults for queue names 2021-05-13 20:41:41 +01:00
Tom Hughes
c7ad888015 Enable new Active Job defaults 2021-05-13 20:26:14 +01:00
Tom Hughes
94c5151064 Enable link header for asset preloading 2021-05-13 19:57:47 +01:00
Tom Hughes
32ebe67c00 Enable new connection handling API 2021-05-13 19:54:07 +01:00
Tom Hughes
afc4c6fde1 Enable use of URL safe CSRF tokens 2021-05-13 19:52:02 +01:00
translatewiki.net
6d1a2be43e Localisation updates from https://translatewiki.net. 2021-05-13 13:54:28 +02:00
Tom Hughes
bf851691bf Fix deprecation warnings 2021-05-12 18:49:21 +01:00
Tom Hughes
a71b8af4d1 Update to rails 6.1.3.2 2021-05-12 18:49:21 +01:00
Tom Hughes
84c601460f Add rate limiting to user friendships 2021-05-11 12:10:36 +01:00
Tom Hughes
4d164df5b8 Drop monkey patch that is no longer needed with rails 6 2021-05-10 20:17:44 +01:00
Tom Hughes
1ba10fa9ac Drop monkey patch that is no longer required 2021-05-10 18:52:34 +01:00
translatewiki.net
87581f87b6 Localisation updates from https://translatewiki.net. 2021-05-10 14:13:33 +02:00
translatewiki.net
5c6e10f57d Localisation updates from https://translatewiki.net. 2021-05-07 11:02:24 +02:00
translatewiki.net
21066ec038 Localisation updates from https://translatewiki.net. 2021-05-03 15:30:00 +02:00
translatewiki.net
654a979fdf Localisation updates from https://translatewiki.net. 2021-04-30 09:05:27 +02:00
Andy Allan
2955fe4d4b Refactor user blocks information to use a dl
This also standardises the labels to have the colon, in common with
oauth_clients#show.
2021-04-28 17:28:30 +01:00
Andy Allan
dbf35e0cf6 Merge branch 'pull/3146' 2021-04-28 16:03:57 +01:00
Andy Allan
02bfc46ab3 Move duration to its own line, so that it can be clearly labelled 2021-04-28 16:01:03 +01:00
Andy Allan
7158426ebb
Merge pull request #3169 from harry-wood/empty-lists
Display message when the there are no notes/comments to display
2021-04-28 10:36:09 +01:00
Tom Hughes
46eae20478 Monkey patch oauth gem to avoid use of deprecated URI.unescape 2021-04-26 22:10:45 +01:00
Tom Hughes
89456c8b40 Handle UTF-8 correctly in monkey patched OAuth::Helper.escape
Fixes #3185
2021-04-26 22:10:45 +01:00
translatewiki.net
384c83a248 Localisation updates from https://translatewiki.net. 2021-04-26 15:30:10 +02:00
Tom Hughes
ad6c0d3eba Monkey patch oauth gem to avoid use of deprecated URI.escape 2021-04-22 18:53:27 +01:00
translatewiki.net
3261f446ab Localisation updates from https://translatewiki.net. 2021-04-22 15:09:51 +02:00
translatewiki.net
ae28387135 Localisation updates from https://translatewiki.net. 2021-04-19 12:54:05 +02:00
translatewiki.net
c7314e66c7 Localisation updates from https://translatewiki.net. 2021-04-15 13:12:33 +02:00
translatewiki.net
24e9446417 Localisation updates from https://translatewiki.net. 2021-04-12 15:54:04 +02:00
Harry Wood
95d682119a Display no diary comments message when empty
Display a 'No diary comments' message when there are no diary comments to display, rather than an empty table.
2021-04-10 00:47:20 +01:00
Harry Wood
de8ee536b1 Display no notes message when empty
Display a 'No notes' message when there are no notes to display, rather than an empty table with pagination features.
2021-04-09 19:21:09 +01:00
translatewiki.net
1cbc0774e3 Localisation updates from https://translatewiki.net. 2021-04-08 16:35:58 +02:00
Andy Allan
094d6c8bb9 Move confirmation methods into ConfirmationsController 2021-04-07 16:05:32 +01:00
Andy Allan
7a66c6d4eb Split password reset functionality into PasswordsController 2021-04-07 16:05:28 +01:00
translatewiki.net
f286f40823 Localisation updates from https://translatewiki.net. 2021-04-05 15:33:55 +02:00
translatewiki.net
5861bfb8f2 Localisation updates from https://translatewiki.net. 2021-04-01 13:48:14 +02:00
translatewiki.net
097449d8e1 Localisation updates from https://translatewiki.net. 2021-03-29 18:02:30 +02:00
Andy Allan
bb2afc3e8b Prevent addition of style attributes to all elements 2021-03-24 20:55:30 +00:00
Andy Allan
d7eac9b5a8 Strip away class attributes from sanitized outputs
There's a lot of shenanigans that are possible when you can apply
arbitrary classes to the rendered output.
2021-03-24 19:15:21 +00:00
Andy Allan
f442bb9e80 Rework configuration to use Sanitize::Config.merge
This is the recommended approach, and works better when dealing with deeper attributes
2021-03-24 18:19:14 +00:00
Andy Allan
f18baae22e Refactor login/logout into sessions controller
Certain controller methods are shared with oauth-based logins, and these have been
moved to a concern.
2021-03-24 11:32:46 +00:00
translatewiki.net
1fd5d7f4fe Localisation updates from https://translatewiki.net. 2021-03-22 15:44:07 +01:00
Morten Bruhn
979528786c Added place=archipelago to en.yml 2021-03-21 19:33:30 +01:00
Morten Bruhn
8ff838ae45 Added natural=atoll to en.yml 2021-03-21 19:31:17 +01:00
translatewiki.net
9786b716aa Localisation updates from https://translatewiki.net. 2021-03-18 13:49:53 +01:00
Tom Hughes
8e5deafd85 Merge remote-tracking branch 'upstream/pull/3124' 2021-03-17 18:17:49 +00:00
Andy Allan
4dc584421a Refactor traces list display
Ideas taken from #3036
2021-03-17 18:04:00 +00:00
Andy Allan
a2ddcda911 Merge branch 'pull/3112' 2021-03-17 16:07:43 +00:00
Andy Allan
10c9f18bc2 Remove unused translations 2021-03-17 16:06:26 +00:00
translatewiki.net
7967c20673 Localisation updates from https://translatewiki.net. 2021-03-15 19:08:21 +01:00
Simon Poole
37df9af7f7
Remove GL and SH cantonal WMS servers from black list
The previously restrictively licensed material is now available on relatively open terms directly from swisstopo per 1. March 2021, so these entries can be removed.
2021-03-13 20:25:43 +01:00
Michal Migurski
b7618b13dc Added missing translation 2021-03-13 10:49:52 -08:00