Guo Xiang Tan
|
3c59106bac
|
Revert "FEATURE: Support backup uploads/downloads directly to/from S3."
This reverts commit c29a4dddc1 .
We're doing a beta bump soon so un-revert this after that is done.
|
2018-10-11 11:08:23 +08:00 |
|
Gerhard Schlager
|
c29a4dddc1
|
FEATURE: Support backup uploads/downloads directly to/from S3.
|
2018-10-11 10:38:43 +08:00 |
|
Gerhard Schlager
|
681262ddce
|
FIX: Backup logs were usually missing the first few lines
And because of debouncing, the log wasn't always reset at the beginning of a backup or restore.
|
2018-09-19 20:27:35 +02:00 |
|
Joffrey JAFFEUX
|
03a7d532cf
|
DEV: introduces prettier for es6 files
|
2018-06-15 17:03:24 +02:00 |
|
Régis Hanol
|
d233ecbe34
|
push updates to backups list to client
|
2018-01-31 12:05:06 +01:00 |
|
Robin Ward
|
69a90f31fb
|
FEATURE: Allow Forums to disable the Backups feature
|
2017-12-21 15:22:04 -05:00 |
|
Guo Xiang Tan
|
324b346bb1
|
FIX: Restore was not redirecting to logs route.
|
2017-03-14 14:00:18 +08:00 |
|
Robin Ward
|
aa86e5f206
|
Remove admin modal views
|
2016-11-15 17:18:36 -05:00 |
|
Robin Ward
|
bf91532260
|
Fixes some Ember Deprecations for 1.13:
- Remove ArrayController
- Remove {{view}} from templates
- Replace many cases of needs: [‘controller’] with inject
- Enable Ember Legacy Views
|
2016-10-21 11:06:07 -04:00 |
|
Robin Ward
|
bba0fd0654
|
REFACTOR: PreloadStore to ES6
|
2016-07-11 12:57:05 -04:00 |
|
Robin Ward
|
b8125b3512
|
REFACTOR: Remove Discourse.Ajax
|
2016-07-11 12:57:05 -04:00 |
|
Sam
|
5c899c765b
|
Revert "Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS""
This reverts commit c21457d6a7 .
|
2015-11-21 12:27:06 +11:00 |
|
Robin Ward
|
c21457d6a7
|
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"
This reverts commit c0b277d273 .
|
2015-11-20 10:00:12 -05:00 |
|
Sam
|
c0b277d273
|
REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS
This change is discussed here: https://meta.discourse.org/t/deprecating-es6-compatibility-layer/35821
Prior to this change we were not booting correctly with DISCOURSE_NO_CONSTANTS
|
2015-11-21 00:14:50 +11:00 |
|
Régis Hanol
|
d598419742
|
FIX: don't use 'modelFor'
|
2015-08-14 12:40:18 +02:00 |
|
Robin Ward
|
92b2d8c247
|
Migrate a bunch of admin routes to ES6 modules
|
2015-08-10 10:21:04 -04:00 |
|
Régis Hanol
|
15418f3d44
|
FEATURE: new 'backup_frequency' site setting
|
2015-08-07 17:34:58 +02:00 |
|
Régis Hanol
|
399418e1ff
|
FIX: modal backup wasn't working
|
2015-03-14 12:46:46 +01:00 |
|
Robin Ward
|
69851bc6cf
|
Deprecates global use of Discourse.MessageBus
We can use DI for this, which makes it easier for plugins to subscribe
to the message bus.
|
2015-03-12 12:27:30 -04:00 |
|
Robin Ward
|
f50280a889
|
Split out bulk operations modal and Discourse.Route.showModal
This makes it easier to share bulk topic operations, for example
from a plugin's custom topic list.
|
2015-03-10 15:40:56 -04:00 |
|