summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add strict type on Notifications tests (#15935)John Molakvoæ2019-06-142-29/+29
|\ | | | | Add strict type on Notifications tests
| * Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-132-29/+29
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-14110-754/+772
|/
* Merge pull request #15783 from nextcloud/bugfix/6015/app-enable-migrationJohn Molakvoæ2019-06-111-0/+8
|\ | | | | Run repair steps when enabling an app that has already been installed
| * Run repair steps when enabling an app that has already been installedJulius Härtl2019-06-051-0/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)2019-06-113-5/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix missing login hook wih Apache/SAMLChristoph Wurst2019-06-111-1/+9
|/ | | | | | | | | Without this patch the hook does not transport the information whether the login is done with an app password or not. The suspicious login app requires the parameter to function correctly, hence adding it will make suspicious login detection also possible with SAML users. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not try to autoload built in typesRoeland Jago Douma2019-06-044-24/+11
| | | | | | | | This avoids calls to the autoloader (or chain of autoloaders) to see if for example 'principalPrefix' class can be found. While we already know it is a string. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #15813 from nextcloud/td/psr0/classmapMorris Jobke2019-05-313-0/+38
|\ | | | | Add the legacy classes to the composer classmap
| * Add the legacy classes to the composer classmapRoeland Jago Douma2019-05-303-0/+38
| | | | | | | | | | | | | | To have a faster autoloading. We should get rid of those of course. But for now I do not see it happening any time soon. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move OC\Settings\Admin and OC\Settings\Personal to actual settingsRoeland Jago Douma2019-05-3011-1108/+18
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #15776 from nextcloud/get-by-id-shares-lastRoeland Jago Douma2019-05-291-0/+8
|\ | | | | search files by id in shared storages last
| * search files by id in shared storages lastRobin Appelman2019-05-281-0/+8
| | | | | | | | | | | | this prevents unneeded recursion when the file is not in the share Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #15780 from nextcloud/td/depremove/callCheckRoeland Jago Douma2019-05-291-16/+0
|\ \ | | | | | | Remove deprecated function callCheck
| * | Remove deprecated function callCheckRoeland Jago Douma2019-05-281-16/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #15779 from nextcloud/td/depremove/stringutilsRoeland Jago Douma2019-05-293-51/+0
|\ \ \ | | | | | | | | Remove deprecatred StringUtils class
| * | | Remove deprecatred StringUtils classRoeland Jago Douma2019-05-283-51/+0
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #15781 from nextcloud/td/depremove/checkAppEnabledRoeland Jago Douma2019-05-291-10/+0
|\ \ \ | | | | | | | | Remove deprecated function checkAppEnabled
| * | | Remove deprecated function checkAppEnabledRoeland Jago Douma2019-05-281-10/+0
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Start fixing 2fa icons in dark theme, ref #13643 (#15597)John Molakvoæ2019-05-291-0/+8
|\ \ \ | | | | | | | | Start fixing 2fa icons in dark theme, ref #13643
| * | | Fix 2fa icons in dark theme, fix #13643Greta Doci2019-05-281-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-05-294-0/+12
| |/ / |/| |
* | | Merge pull request #15766 from nextcloud/bugfix/0b-quota-create-backendMorris Jobke2019-05-282-3/+14
|\ \ \ | | | | | | | | Check for free space on touch
| * | | Check for free space on touchJulius Härtl2019-05-282-3/+14
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2019-05-282-0/+10
| | | |
* | | | Merge pull request #15704 from nextcloud/enh/7276/group-namesblizzz2019-05-274-0/+48
|\ \ \ \ | |/ / / |/| | | Group display name support (service level + ldap)
| * | | group display name support (service level + ldap)Arthur Schiwon2019-05-274-0/+48
| | |/ | |/| | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #15738 from ↵Roeland Jago Douma2019-05-271-7/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/dont-notify-admin-if-no-exposing-share-links-found Don't notify admins if no potentially over exposing links found
| * | | Don't notify admins if no potentially over exposing links foundDaniel Kesselberg2019-05-261-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-05-274-0/+4
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-05-2614-6/+28
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-05-252-0/+8
| | | |
* | | | Merge pull request #15714 from nextcloud/fix/204_304_rfcRoeland Jago Douma2019-05-241-1/+9
|\ \ \ \ | | | | | | | | | | Check the actual status code for 204 and 304
| * | | | Check the actual status code for 204 and 304Roeland Jago Douma2019-05-241-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The header is the full http header like: HTTP/1.1 304 Not Modified So comparing this to an int always yields false This also makes the 304 RFC compliant as the resulting content length should otherwise be the length of the message and not 0. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #15700 from nextcloud/fix/open_multiple_link_sharesMorris Jobke2019-05-241-0/+14
|\ \ \ \ \ | | | | | | | | | | | | Redirect to the right token on public shares
| * | | | | Redirect to the right token on public sharesRoeland Jago Douma2019-05-231-0/+14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the token doesn't match (or isn't set) during the redirect. We should properly set it. Else we might redirect to a later auth display that set these values. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #15679 from nextcloud/feature/sub-admin-settingsRoeland Jago Douma2019-05-247-12/+92
|\ \ \ \ \ | |_|_|/ / |/| | | | Make it possible to show admin settings for sub admins
| * | | | Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-237-12/+92
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke2019-05-241-1/+4
|\ \ \ \ | |_|/ / |/| | | Allow other code to use the s3 client from object store
| * | | add method to get bucket name from s3 storageRobin Appelman2019-05-241-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-05-244-0/+16
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2019-05-2316-0/+58
| | |
* | | Merge pull request #15684 from nextcloud/objectstore-expose-urnMorris Jobke2019-05-221-1/+1
|\ \ \ | | | | | | | | make ObjectStoreStorage::getURN public
| * | | make ObjectStoreStorage::getURN publicRobin Appelman2019-05-221-1/+1
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #15604 from ↵blizzz2019-05-221-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/12682/fix-possible-override-of-uniquemember fixes possible override of uniqueMember by autodetection
| * | | fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uniqueMember was the default so we did not know whether this setting is desired or the initial value * autodetection of the user-group association attribute runs only when it was not set (as far as we knew) * the default is now empty * thus LDAPProvider might return this value as well (in exceptional cases) * if a group base is given (edge case), use this instead of general base * resolves #12682 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #15682 from nextcloud/enh/15675/lazy_l10nMorris Jobke2019-05-224-25/+100
|\ \ \ \ | | | | | | | | | | Make the L10N loading lazy
| * | | | Make the L10N loading lazyRoeland Jago Douma2019-05-224-25/+100
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15675 This makes loading of the actual L10N lazy. So we only detect and load the actual translations when they are used. Instead of trying to load them all the time just because an app is enabled. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #15685 from nextcloud/fix/noid/redis-cluster-with-authMorris Jobke2019-05-221-1/+5
|\ \ \ \ | |/ / / |/| | | Allow redis cluster to use password
| * | | Allow redis cluster to use passwordMorris Jobke2019-05-221-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>