aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Regex fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Injection fix and log appname fixJohn Molakvoæ (skjnldsv)2017-01-063-11/+28
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Since fixJohn Molakvoæ (skjnldsv)2017-01-061-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Url generator fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* log app name fixJohn Molakvoæ (skjnldsv)2017-01-062-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata integration 2John Molakvoæ (skjnldsv)2017-01-067-6/+164
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata integration 1 & log fix 2John Molakvoæ (skjnldsv)2017-01-064-21/+49
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Debug log fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cache and compile baseJohn Molakvoæ (skjnldsv)2017-01-063-0/+139
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #2817 from nextcloud/fix-invalid-share-permsMorris Jobke2017-01-053-1/+82
|\ | | | | Fix invalid share perms
| * Use the new expressionJoas Schilling2017-01-051-10/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add bitwise AND and OR to the expression builderJoas Schilling2017-01-052-1/+58
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Adjust version to NextcloudLukas Reschke2017-01-051-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Add repair step to fix file share permissionsVincent Petry2017-01-051-0/+33
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2946 from nextcloud/kill-apcJoas Schilling2017-01-054-141/+3
|\ \ | | | | | | Kill APC because it requires PHP 5.4 or lower
| * | Make sure old instances don't breakJoas Schilling2017-01-051-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Kill APC because it requires PHP 5.4Joas Schilling2017-01-053-138/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2797 from nextcloud/issue-2734-sudo-password-with-ldapJoas Schilling2017-01-051-0/+1
|\ \ \ | | | | | | | | Use login name to fix password confirm with ldap users
| * | | Make sure the loginname is set when logging in via cookieJoas Schilling2017-01-051-0/+1
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2922 from nextcloud/fopen-only-simple-modesRobin Appelman2017-01-051-14/+11
|\ \ \ | | | | | | | | log a warning when trying to use a non basic fopen mode
| * | | log a warning when trying to use a non basic fopen modeRobin Appelman2017-01-051-14/+11
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2535 from ↵Joas Schilling2017-01-051-7/+9
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/allow-to-reuse-admin-as-install-name-like-on-mysql Allow to reuse the same name when installing a new instance on postgres
| * | Allow to reuse the same name when installing a new instanceJoas Schilling2016-12-121-7/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-01-052-2/+38
| |/ |/|
* | update autoloaderMorris Jobke2017-01-042-2/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | remove static:// stream wrapperRobin Appelman2017-01-042-172/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-01-042-0/+428
| |
* | Merge pull request #2923 from nextcloud/remove-fakedir-streamRobin Appelman2017-01-034-70/+0
|\ \ | | | | | | remove no longer used fakedir stream wrapper
| * | update autoloaderMorris Jobke2017-01-033-7/+31
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | remove no longer used fakedir stream wrapperRobin Appelman2017-01-032-68/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | remove unused Assetic use statementsChristoph Wurst2017-01-031-8/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2017-01-032-0/+12
| | |
* | | Merge pull request #2872 from nextcloud/admin-settings-split-dbMorris Jobke2017-01-026-143/+227
|\ \ \ | | | | | | | | split db logic from settings manager and test them separately
| * | | phpdocRobin Appelman2017-01-021-4/+23
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | update autoloaderRobin Appelman2016-12-283-5/+33
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | split db logic from settings managerRobin Appelman2016-12-284-143/+206
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Rebrand to "Nextcloud" and add 100% coverageLukas Reschke2017-01-021-5/+6
| | | | | | | | | | | | | | | | | | Noticed while debugging https://github.com/nextcloud/server/issues/2910 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-302-0/+392
| | |
* | | Merge pull request #2876 from nextcloud/composer_updateRoeland Jago Douma2016-12-291-5/+31
|\ \ \ | |/ / |/| | Bump autoloader
| * | Bump autoloadearRoeland Jago Douma2016-12-291-5/+31
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-282-0/+464
| | |
* | | Merge pull request #2845 from nextcloud/deleteuser-gethomeearlyLukas Reschke2016-12-271-1/+7
|\ \ \ | | | | | | | | Get user home folder before deletion
| * | | Get user home folder before deletionVincent Petry2016-12-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | After the deletion getHome() will fail because the user doesn't exist any more, so we need to fetch that value earlier. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2016-12-2630-232/+380
| |/ / |/| |
* | | Merge pull request #2833 from nextcloud/downstream-26750Lukas Reschke2016-12-235-16/+50
|\ \ \ | | | | | | | | Introduce group display name support (#26750)
| * | | declare fieldArthur Schiwon2016-12-221-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Adding group display name supportVincent Petry2016-12-225-16/+47
| | | |
* | | | Nuke the legacy storage fallback from orbitVincent Petry2016-12-232-12/+2
| |/ / |/| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2820 from nextcloud/testing-md5homeLukas Reschke2016-12-231-2/+9
|\ \ \ | |/ / |/| | Testing md5home (#26854)
| * | Testing md5home (#26854)Vincent Petry2016-12-221-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow clearing default user backends in config.php When specifying "user_backends" in config.php, a new option "default" when set to false will prevent the default user backend to be registered. The default one is the database backend. This makes it possible to select exclusive user backends from apps. * Testing app provides test user backend for alternative homes The backend provide md5 result to getHome() * Only md5 the user home when it's not the admin Signed-off-by: Lukas Reschke <lukas@statuscode.ch>