]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 years agoAdd tests for move/copy hooks in Node API 3030/head
Vincent Petry [Thu, 24 Nov 2016 16:17:15 +0000 (17:17 +0100)]
Add tests for move/copy hooks in Node API

Signed-off-by: Vincent Petry <pvince81@owncloud.com>
7 years agoFix files node API failed rename/copy
Vincent Petry [Mon, 14 Nov 2016 17:29:11 +0000 (18:29 +0100)]
Fix files node API failed rename/copy

Whenever a rename or copy operation failed on the view, we must throw
an exception instead of just ignoring.

Signed-off-by: Vincent Petry <pvince81@owncloud.com>
7 years agoRefactor files node API for more code reuse
Vincent Petry [Mon, 14 Nov 2016 17:20:33 +0000 (18:20 +0100)]
Refactor files node API for more code reuse

Signed-off-by: Vincent Petry <pvince81@owncloud.com>
7 years agoMerge pull request #2849 from nextcloud/downstream-add-two-factor-exception
Roeland Jago Douma [Wed, 11 Jan 2017 12:06:01 +0000 (13:06 +0100)]
Merge pull request #2849 from nextcloud/downstream-add-two-factor-exception

Downstream add two factor exception

7 years agoMerge pull request #3007 from Loki3000/master
Roeland Jago Douma [Wed, 11 Jan 2017 11:37:54 +0000 (12:37 +0100)]
Merge pull request #3007 from Loki3000/master

Remove non required db requests

7 years agoUpdate autoloader 2849/head
Roeland Jago Douma [Wed, 11 Jan 2017 10:02:11 +0000 (11:02 +0100)]
Update autoloader

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agofix coding style and increase code coverage
Christoph Wurst [Tue, 3 Jan 2017 08:57:52 +0000 (09:57 +0100)]
fix coding style and increase code coverage

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoFix tests
Cornelius Kölbel [Tue, 15 Nov 2016 07:51:07 +0000 (08:51 +0100)]
Fix tests

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoUpdate TwoFactorException.php
Cornelius Kölbel [Mon, 14 Nov 2016 16:12:28 +0000 (17:12 +0100)]
Update TwoFactorException.php

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoAdd a TwoFactorException
Cornelius Kölbel [Mon, 14 Nov 2016 14:39:19 +0000 (15:39 +0100)]
Add a TwoFactorException

A Two Factor third party App may throw a TwoFactorException()
with a more detailed error message in case the authentication fails.
The 2FA Controller will then display the message of this Exception
to the user.

Working on #26593

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoMerge pull request #3020 from nextcloud/2944
Roeland Jago Douma [Wed, 11 Jan 2017 08:34:32 +0000 (09:34 +0100)]
Merge pull request #3020 from nextcloud/2944

[#2944] Update mobile.css

7 years agoUpdate mobile.css 3020/head
Rodrigo Almeida [Thu, 5 Jan 2017 02:45:06 +0000 (00:45 -0200)]
Update mobile.css

7 years agoMerge pull request #2744 from nextcloud/oc_26324
Roeland Jago Douma [Wed, 11 Jan 2017 07:16:40 +0000 (08:16 +0100)]
Merge pull request #2744 from nextcloud/oc_26324

[downstream] Fix DAV stat cache to properly cache 404

7 years agoMerge pull request #2745 from nextcloud/oc_26590
Roeland Jago Douma [Wed, 11 Jan 2017 07:16:12 +0000 (08:16 +0100)]
Merge pull request #2745 from nextcloud/oc_26590

[downstream] Skip local shares in bkg scan and occ files:scan (#26590)

7 years agoMerge pull request #2951 from nextcloud/handle-nextcloud-log-type-gracefully
Roeland Jago Douma [Wed, 11 Jan 2017 07:14:24 +0000 (08:14 +0100)]
Merge pull request #2951 from nextcloud/handle-nextcloud-log-type-gracefully

Handle log_type "nextcloud" more gracefully

7 years agoMerge pull request #3012 from nextcloud/fix-karma-image-warnings
Roeland Jago Douma [Tue, 10 Jan 2017 15:29:39 +0000 (16:29 +0100)]
Merge pull request #3012 from nextcloud/fix-karma-image-warnings

show fewer warnings in karma test runs

7 years agoOnly check for local shared storages 2745/head
Roeland Jago Douma [Mon, 19 Dec 2016 18:53:35 +0000 (19:53 +0100)]
Only check for local shared storages

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoSkip local shares in bkg scan and occ files:scan (#26590)
Vincent Petry [Thu, 10 Nov 2016 14:44:18 +0000 (15:44 +0100)]
Skip local shares in bkg scan and occ files:scan (#26590)

Local shares should only be scanned when doing it for the owner to
avoid repeatedly rescanning the same shared storage over and over again
for every recipient.

7 years agoremove non required sql requests 3007/head
Loki3000 [Tue, 10 Jan 2017 14:16:56 +0000 (17:16 +0300)]
remove non required sql requests

```
SELECT `appid`, `configkey`, `configvalue` FROM `preferences` WHERE `userid` = '';
```

7 years agospaces added
Loki3000 [Tue, 10 Jan 2017 13:44:14 +0000 (16:44 +0300)]
spaces added

7 years agospaces added
Loki3000 [Tue, 10 Jan 2017 13:43:43 +0000 (16:43 +0300)]
spaces added

7 years agoallowed '0' uid
Loki3000 [Tue, 10 Jan 2017 13:39:10 +0000 (16:39 +0300)]
allowed '0' uid

7 years agoallowed '0' uid
Loki3000 [Tue, 10 Jan 2017 13:37:18 +0000 (16:37 +0300)]
allowed '0' uid

7 years agoMerge pull request #3009 from nextcloud/fix-calendar-todo-event-type
Morris Jobke [Tue, 10 Jan 2017 13:28:30 +0000 (14:28 +0100)]
Merge pull request #3009 from nextcloud/fix-calendar-todo-event-type

Make sure the used event type and the setting/filter are the same

7 years agoMerge pull request #2914 from nextcloud/logrotate-logfile
Morris Jobke [Tue, 10 Jan 2017 13:28:09 +0000 (14:28 +0100)]
Merge pull request #2914 from nextcloud/logrotate-logfile

Get the logfile location while running the logrotate cron job instead…

7 years agoMerge pull request #3000 from nextcloud/cache-no-store
Roeland Jago Douma [Tue, 10 Jan 2017 13:07:13 +0000 (14:07 +0100)]
Merge pull request #3000 from nextcloud/cache-no-store

set 'no-store' cache header if we do not want FF to cache

7 years agoshow fewer warnings in karma test runs 3012/head
Christoph Wurst [Tue, 10 Jan 2017 12:50:22 +0000 (13:50 +0100)]
show fewer warnings in karma test runs

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoMerge pull request #2943 from nextcloud/kill_old_preview_code
Morris Jobke [Tue, 10 Jan 2017 12:50:14 +0000 (13:50 +0100)]
Merge pull request #2943 from nextcloud/kill_old_preview_code

Cleanup old preview code

7 years agoMerge pull request #2955 from nextcloud/make-share-by-mail-work-without-linkshares
Roeland Jago Douma [Tue, 10 Jan 2017 12:06:20 +0000 (13:06 +0100)]
Merge pull request #2955 from nextcloud/make-share-by-mail-work-without-linkshares

share by mail should continue to work, even if public links are disabled

7 years agoBetter fallback for unknown log types 2951/head
Joas Schilling [Tue, 10 Jan 2017 11:58:23 +0000 (12:58 +0100)]
Better fallback for unknown log types

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #3005 from nextcloud/dev-manual-12
Roeland Jago Douma [Tue, 10 Jan 2017 11:54:20 +0000 (12:54 +0100)]
Merge pull request #3005 from nextcloud/dev-manual-12

fix dev manual link

7 years agoMake sure the used event type and the setting/filter are the same 3009/head
Joas Schilling [Tue, 10 Jan 2017 11:28:55 +0000 (12:28 +0100)]
Make sure the used event type and the setting/filter are the same

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agofix spaces
Loki3000 [Tue, 10 Jan 2017 11:21:23 +0000 (14:21 +0300)]
fix spaces

7 years agofix controller test 3000/head
Christoph Wurst [Tue, 10 Jan 2017 10:54:45 +0000 (11:54 +0100)]
fix controller test

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agofix brackets
Loki3000 [Tue, 10 Jan 2017 10:29:35 +0000 (13:29 +0300)]
fix brackets

7 years agoremove non required db requests
Loki3000 [Tue, 10 Jan 2017 10:09:33 +0000 (13:09 +0300)]
remove non required db requests

7 years agoremove non required db requests
Loki3000 [Tue, 10 Jan 2017 10:05:21 +0000 (13:05 +0300)]
remove non required db requests

7 years agofix dev manual link 3005/head
Christoph Wurst [Tue, 10 Jan 2017 10:02:05 +0000 (11:02 +0100)]
fix dev manual link

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoMerge pull request #2982 from nextcloud/better-notification-links
Morris Jobke [Tue, 10 Jan 2017 09:27:01 +0000 (10:27 +0100)]
Merge pull request #2982 from nextcloud/better-notification-links

Set the link of the notification on render instead of creation

7 years agoMerge pull request #2925 from nextcloud/remove-close-wrapper
Roeland Jago Douma [Tue, 10 Jan 2017 09:21:10 +0000 (10:21 +0100)]
Merge pull request #2925 from nextcloud/remove-close-wrapper

replace close:// streamwrapper with CallBackWrapper

7 years agofix data response test expected cache headers
Christoph Wurst [Tue, 10 Jan 2017 09:13:08 +0000 (10:13 +0100)]
fix data response test expected cache headers

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoMerge pull request #2998 from Loki3000/master
Morris Jobke [Tue, 10 Jan 2017 09:06:48 +0000 (10:06 +0100)]
Merge pull request #2998 from Loki3000/master

Default cache value for null user

7 years agoDefault value for null user 2998/head
Loki3000 [Mon, 9 Jan 2017 20:34:23 +0000 (23:34 +0300)]
Default value for null user

For guest users on every request executes query:
SELECT `uid`, `displayname` FROM `users` WHERE LOWER(`uid`) = LOWER(null)
as I see, uid can't be equal to null by design.

7 years agoset 'no-store' cache header if we do not want FF to cache
Christoph Wurst [Mon, 9 Jan 2017 20:29:59 +0000 (21:29 +0100)]
set 'no-store' cache header if we do not want FF to cache

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoMerge pull request #2987 from nextcloud/no-empty-bundle
Lukas Reschke [Mon, 9 Jan 2017 20:10:11 +0000 (21:10 +0100)]
Merge pull request #2987 from nextcloud/no-empty-bundle

dont write a certificate bundle if the shipped ca bundle is empty

7 years agoMerge pull request #2992 from nextcloud/fix_subdir_install_style
Morris Jobke [Mon, 9 Jan 2017 17:37:08 +0000 (18:37 +0100)]
Merge pull request #2992 from nextcloud/fix_subdir_install_style

Fix subdir install style

7 years agodont write a certificate bundle if the shipped ca bundle is empty 2987/head
Robin Appelman [Mon, 9 Jan 2017 13:26:31 +0000 (14:26 +0100)]
dont write a certificate bundle if the shipped ca bundle is empty

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #2985 from nextcloud/fix-trusted-domain-error
Lukas Reschke [Mon, 9 Jan 2017 15:29:09 +0000 (16:29 +0100)]
Merge pull request #2985 from nextcloud/fix-trusted-domain-error

Allow access to CSS resources

7 years agoFix subdir install style 2992/head
Roeland Jago Douma [Mon, 9 Jan 2017 15:19:54 +0000 (16:19 +0100)]
Fix subdir install style

* We need to pass the serverroot so that it can include the right files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoMerge pull request #2814 from nextcloud/appstore_etag_validation
Joas Schilling [Mon, 9 Jan 2017 13:56:20 +0000 (14:56 +0100)]
Merge pull request #2814 from nextcloud/appstore_etag_validation

Add ETag validation to appstore requests

7 years agoAllow access to CSS resources 2985/head
Lukas Reschke [Mon, 9 Jan 2017 11:52:43 +0000 (12:52 +0100)]
Allow access to CSS resources

Fixes https://github.com/nextcloud/server/issues/2984

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoFix update notification tests 2982/head
Joas Schilling [Mon, 9 Jan 2017 11:09:47 +0000 (12:09 +0100)]
Fix update notification tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoCleanup comment tests
Joas Schilling [Mon, 9 Jan 2017 11:03:34 +0000 (12:03 +0100)]
Cleanup comment tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoOnly add the link when the user can follow it.
Joas Schilling [Mon, 9 Jan 2017 10:24:09 +0000 (11:24 +0100)]
Only add the link when the user can follow it.

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoSet the link of the notification on render instead of creation
Joas Schilling [Mon, 9 Jan 2017 10:18:59 +0000 (11:18 +0100)]
Set the link of the notification on render instead of creation

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoSet the comment link on render instead of creation
Joas Schilling [Mon, 9 Jan 2017 10:18:33 +0000 (11:18 +0100)]
Set the comment link on render instead of creation

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAdd tests
Joas Schilling [Mon, 9 Jan 2017 09:55:40 +0000 (10:55 +0100)]
Add tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 Jan 2017 08:24:58 +0000 (08:24 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #2512 from nextcloud/cleanup-system-tag-usage
Roeland Jago Douma [Fri, 6 Jan 2017 15:17:09 +0000 (16:17 +0100)]
Merge pull request #2512 from nextcloud/cleanup-system-tag-usage

Only allow admins to delete tags

7 years agoGet the logfile location while running the logrotate cron job instead of when registe... 2914/head
Robin Appelman [Mon, 2 Jan 2017 15:16:15 +0000 (16:16 +0100)]
Get the logfile location while running the logrotate cron job instead of when registering the job

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #2930 from nextcloud/kill-group-restriction-when-not-applicable
Roeland Jago Douma [Fri, 6 Jan 2017 14:38:13 +0000 (15:38 +0100)]
Merge pull request #2930 from nextcloud/kill-group-restriction-when-not-applicable

Remove group restrictions when those are not allowed anymore

7 years agoupdate autoloader 2925/head
Robin Appelman [Wed, 4 Jan 2017 13:29:07 +0000 (14:29 +0100)]
update autoloader

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoreplace close:// streamwrapper with CallBackWrapper
Robin Appelman [Tue, 3 Jan 2017 16:26:44 +0000 (17:26 +0100)]
replace close:// streamwrapper with CallBackWrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years agoMerge pull request #2948 from nextcloud/allow-global-composer-to-be-used
Morris Jobke [Fri, 6 Jan 2017 14:31:24 +0000 (15:31 +0100)]
Merge pull request #2948 from nextcloud/allow-global-composer-to-be-used

Allow to use a global composer instance

7 years agoMerge pull request #2934 from nextcloud/quota-stream-non-global
Roeland Jago Douma [Fri, 6 Jan 2017 14:25:20 +0000 (15:25 +0100)]
Merge pull request #2934 from nextcloud/quota-stream-non-global

remove the need to register the quota streamwrapper globally

7 years agoMerge pull request #2968 from nextcloud/update-3rdparty
Morris Jobke [Fri, 6 Jan 2017 14:21:56 +0000 (15:21 +0100)]
Merge pull request #2968 from nextcloud/update-3rdparty

Update 3rdparty

7 years agoMerge pull request #2966 from nextcloud/ldif-mime-support
Roeland Jago Douma [Fri, 6 Jan 2017 13:42:17 +0000 (14:42 +0100)]
Merge pull request #2966 from nextcloud/ldif-mime-support

recognize LDIF (and schema) file types

7 years agoUpdate 3rdparty after the merge of #2050 2968/head
Morris Jobke [Fri, 6 Jan 2017 13:18:21 +0000 (14:18 +0100)]
Update 3rdparty after the merge of #2050

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #2050 from nextcloud/scss-switch-base
Roeland Jago Douma [Fri, 6 Jan 2017 13:15:38 +0000 (14:15 +0100)]
Merge pull request #2050 from nextcloud/scss-switch-base

Switch to SCSS: base files

7 years agoFix js tests 2050/head
Roeland Jago Douma [Fri, 6 Jan 2017 12:33:18 +0000 (13:33 +0100)]
Fix js tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoTheme update pages via CSS
Morris Jobke [Fri, 6 Jan 2017 11:36:16 +0000 (12:36 +0100)]
Theme update pages via CSS

* SCSS on-the-fly generation isn't allowed during update
* fallback to plain CSS

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agorecognize LDIF (and schema) file types 2966/head
Arthur Schiwon [Fri, 6 Jan 2017 11:25:16 +0000 (12:25 +0100)]
recognize LDIF (and schema) file types

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoUpdate autoloader
Roeland Jago Douma [Fri, 6 Jan 2017 08:41:52 +0000 (09:41 +0100)]
Update autoloader

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoFix css url prefix for IgnoreFrontController enabled configs
John Molakvoæ (skjnldsv) [Thu, 5 Jan 2017 19:29:03 +0000 (20:29 +0100)]
Fix css url prefix for IgnoreFrontController enabled configs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoScssCcacher typo fix
John Molakvoæ (skjnldsv) [Mon, 2 Jan 2017 16:07:37 +0000 (17:07 +0100)]
ScssCcacher typo fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoCamelcase fix
John Molakvoæ (skjnldsv) [Mon, 2 Jan 2017 16:05:58 +0000 (17:05 +0100)]
Camelcase fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoRemove webroot from file path
Lukas Reschke [Mon, 2 Jan 2017 15:59:36 +0000 (16:59 +0100)]
Remove webroot from file path

The webroot is already provided, otherwise this links to stuff like "/nextcloud/nextcloud/index.php" instead of "/nextcloud/index.php"

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoAdds CssControllerTests
Roeland Jago Douma [Mon, 2 Jan 2017 15:32:16 +0000 (16:32 +0100)]
Adds CssControllerTests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoFix variables should be passed by reference
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 14:41:13 +0000 (15:41 +0100)]
Fix variables should be passed by reference

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoUpdated installation css for config error and update
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 11:20:54 +0000 (12:20 +0100)]
Updated installation css for config error and update

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoRemoved old css files
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:22:59 +0000 (11:22 +0100)]
Removed old css files

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years ago3rdparty branch set
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:19:41 +0000 (11:19 +0100)]
3rdparty branch set

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoTooltip scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:18:47 +0000 (11:18 +0100)]
Tooltip scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoSystemtags scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:18:09 +0000 (11:18 +0100)]
Systemtags scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoStyles scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:17:58 +0000 (11:17 +0100)]
Styles scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoShare scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:17:47 +0000 (11:17 +0100)]
Share scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoMultiselect scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:17:39 +0000 (11:17 +0100)]
Multiselect scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoJquery-ui-fixes scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:17:28 +0000 (11:17 +0100)]
Jquery-ui-fixes scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoInputs scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:17:14 +0000 (11:17 +0100)]
Inputs scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoIcons scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:17:06 +0000 (11:17 +0100)]
Icons scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoHeader scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:16:48 +0000 (11:16 +0100)]
Header scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoApps scss
John Molakvoæ (skjnldsv) [Thu, 22 Dec 2016 10:16:32 +0000 (11:16 +0100)]
Apps scss

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoFix typo
Roeland Jago Douma [Wed, 30 Nov 2016 21:10:42 +0000 (22:10 +0100)]
Fix typo

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoInject SCSSCacher
Roeland Jago Douma [Wed, 30 Nov 2016 21:09:36 +0000 (22:09 +0100)]
Inject SCSSCacher

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoMake SCCCacher injectable
Roeland Jago Douma [Wed, 30 Nov 2016 20:51:09 +0000 (21:51 +0100)]
Make SCCCacher injectable

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoFormatting
Roeland Jago Douma [Wed, 30 Nov 2016 15:30:04 +0000 (16:30 +0100)]
Formatting

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoNo need for the CssManager
Roeland Jago Douma [Wed, 30 Nov 2016 15:14:00 +0000 (16:14 +0100)]
No need for the CssManager

* It is a simple wrapper we can always add it later if needed

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoInstallation css & template edit
John Molakvoæ (skjnldsv) [Thu, 24 Nov 2016 16:20:35 +0000 (17:20 +0100)]
Installation css & template edit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoCss installation page fallback
John Molakvoæ (skjnldsv) [Wed, 23 Nov 2016 16:56:05 +0000 (17:56 +0100)]
Css installation page fallback

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoDo not add ICssManager to OCP
Roeland Jago Douma [Tue, 22 Nov 2016 11:08:53 +0000 (12:08 +0100)]
Do not add ICssManager to OCP

We can add it later if needed

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>