]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 years agocreate new encryption keys on password reset and backup the old one 2918/head
Bjoern Schiessle [Mon, 2 Jan 2017 20:24:37 +0000 (21:24 +0100)]
create new encryption keys on password reset and backup the old one

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
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 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 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 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 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 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>
7 years agoCode cleanup
Roeland Jago Douma [Tue, 22 Nov 2016 10:42:46 +0000 (11:42 +0100)]
Code cleanup

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoFix php docs
John Molakvoæ (skjnldsv) [Tue, 15 Nov 2016 10:15:44 +0000 (11:15 +0100)]
Fix php docs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoCss cache folder name fix, route fix and various fixes
John Molakvoæ (skjnldsv) [Thu, 10 Nov 2016 15:36:58 +0000 (16:36 +0100)]
Css cache folder name fix, route fix and various fixes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoAppdata location fix
John Molakvoæ (skjnldsv) [Thu, 10 Nov 2016 15:22:03 +0000 (16:22 +0100)]
Appdata location fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoRegex fix
John Molakvoæ (skjnldsv) [Thu, 10 Nov 2016 15:20:50 +0000 (16:20 +0100)]
Regex fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoInjection fix and log appname fix
John Molakvoæ (skjnldsv) [Thu, 10 Nov 2016 15:16:33 +0000 (16:16 +0100)]
Injection fix and log appname fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoSince fix
John Molakvoæ (skjnldsv) [Wed, 9 Nov 2016 14:21:13 +0000 (15:21 +0100)]
Since fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoUrl generator fix
John Molakvoæ (skjnldsv) [Wed, 9 Nov 2016 14:18:36 +0000 (15:18 +0100)]
Url generator fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agolog app name fix
John Molakvoæ (skjnldsv) [Wed, 9 Nov 2016 13:46:11 +0000 (14:46 +0100)]
log app name fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoAppdata integration 2
John Molakvoæ (skjnldsv) [Wed, 9 Nov 2016 12:39:08 +0000 (13:39 +0100)]
Appdata integration 2

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoAppdata integration 1 & log fix 2
John Molakvoæ (skjnldsv) [Wed, 9 Nov 2016 10:18:43 +0000 (11:18 +0100)]
Appdata integration 1 & log fix 2

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoDebug log fix
John Molakvoæ (skjnldsv) [Tue, 8 Nov 2016 20:45:43 +0000 (21:45 +0100)]
Debug log fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoCache and compile base
John Molakvoæ (skjnldsv) [Tue, 8 Nov 2016 12:36:35 +0000 (13:36 +0100)]
Cache and compile base

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years agoMerge pull request #2676 from nextcloud/smb-2.0.0
Morris Jobke [Thu, 5 Jan 2017 16:07:12 +0000 (17:07 +0100)]
Merge pull request #2676 from nextcloud/smb-2.0.0

Update icewind/smb to 2.0.0

7 years agoMerge pull request #2817 from nextcloud/fix-invalid-share-perms
Morris Jobke [Thu, 5 Jan 2017 14:52:23 +0000 (15:52 +0100)]
Merge pull request #2817 from nextcloud/fix-invalid-share-perms

Fix invalid share perms

7 years agoMerge pull request #2946 from nextcloud/kill-apc
Joas Schilling [Thu, 5 Jan 2017 14:25:48 +0000 (15:25 +0100)]
Merge pull request #2946 from nextcloud/kill-apc

Kill APC because it requires PHP 5.4 or lower

7 years agoMerge pull request #2797 from nextcloud/issue-2734-sudo-password-with-ldap
Joas Schilling [Thu, 5 Jan 2017 14:15:04 +0000 (15:15 +0100)]
Merge pull request #2797 from nextcloud/issue-2734-sudo-password-with-ldap

Use login name to fix password confirm with ldap users

7 years agoMerge pull request #2922 from nextcloud/fopen-only-simple-modes
Robin Appelman [Thu, 5 Jan 2017 13:49:55 +0000 (14:49 +0100)]
Merge pull request #2922 from nextcloud/fopen-only-simple-modes

log a warning when trying to use a non basic fopen mode

7 years agoMerge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-like...
Joas Schilling [Thu, 5 Jan 2017 13:31:37 +0000 (14:31 +0100)]
Merge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-like-on-mysql

Allow to reuse the same name when installing a new instance on postgres

7 years agoUse the new expression 2817/head
Joas Schilling [Thu, 5 Jan 2017 10:45:43 +0000 (11:45 +0100)]
Use the new expression

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAdd bitwise AND and OR to the expression builder
Joas Schilling [Thu, 5 Jan 2017 10:45:10 +0000 (11:45 +0100)]
Add bitwise AND and OR to the expression builder

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoAdjust version to Nextcloud
Lukas Reschke [Thu, 22 Dec 2016 09:20:22 +0000 (10:20 +0100)]
Adjust version to Nextcloud

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoAdd repair step to fix file share permissions
Vincent Petry [Mon, 7 Nov 2016 11:25:05 +0000 (12:25 +0100)]
Add repair step to fix file share permissions

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoAdd ETag validation to appstore requests 2814/head
Roeland Jago Douma [Thu, 22 Dec 2016 08:46:10 +0000 (09:46 +0100)]
Add ETag validation to appstore requests

* If the ETag if present store it
* If a stored ETag is present then pass it along (with the original
response) to get
* Add tests
* Added files to classmap

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Jan 2017 13:09:52 +0000 (13:09 +0000)]
[tx-robot] updated from transifex

7 years agoRemove warning 2797/head
Joas Schilling [Thu, 5 Jan 2017 11:17:01 +0000 (12:17 +0100)]
Remove warning

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoFix tests
Joas Schilling [Thu, 5 Jan 2017 11:16:50 +0000 (12:16 +0100)]
Fix tests

Signed-off-by: Joas Schilling <coding@schilljs.com>