summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated function callCheckRoeland Jago Douma2019-05-281-16/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* | | Merge pull request #15668 from nextcloud/fix/10832/l10n-on-settings-pageblizzz2019-05-222-3/+15
|\ \ \ | | | | | | | | Fix l10n for SettingsManager by injecting the l10n factory
| * | | Fix l10n for SettingsManager by injecting the l10n factoryMorris Jobke2019-05-212-3/+15
| |/ / | | | | | | | | | | | | | | | Fixes #10832 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #15660 from nextcloud/objectstore-getRoeland Jago Douma2019-05-211-0/+4
|\ \ \ | |/ / |/| | add method to get the used object store from the storage
| * | add method to get the used object store from the storageRobin Appelman2019-05-211-0/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #15638 from nextcloud/bugfix/7965/sharing-hide-if-emptyMorris Jobke2019-05-211-0/+4
|\ \ \ | | | | | | | | Only show sharing section if it has content
| * | | Only show sharing section if it has contentJulius Härtl2019-05-201-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #15104 from nextcloud/enh/remote_wipeRoeland Jago Douma2019-05-2111-1/+329
|\ \ \ \ | | | | | | | | | | Remote wipe support
| * | | | Remote wipe supportRoeland Jago Douma2019-05-2011-1/+329
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / [tx-robot] updated from transifexNextcloud bot2019-05-212-0/+32
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2019-05-202-0/+14
|/ /
* | Merge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundleMorris Jobke2019-05-171-1/+1
|\ \ | |/ |/| Migrate the maintenance script to a modern module and bundle
| * Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-161-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-177-3/+156
|/ | | | | | | | | Once 2FA is enforced for a user and they have no 2FA setup yet this will now prompt them with a setup screen. Given that providers are enabled that allow setup then. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #15497 from nextcloud/3rdparty/doctrine/dbal-292Roeland Jago Douma2019-05-151-22/+0
|\ | | | | [3rdparty] Doctrine dbal to 2.9.2
| * No need for platform hacks anymoreRoeland Jago Douma2019-05-141-22/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #15336 from epma01/redis-patchRoeland Jago Douma2019-05-151-1/+3
|\ \ | | | | | | Fix Redis with unix socket #730
| * | Fix Redis with unix socketAlejandro Varela2019-05-141-1/+3
| | | | | | | | | | | | Signed-off-by: Alejandro Varela <epma01@gmail.com>
* | | Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵Christoph Wurst2019-05-131-1/+1
| | | | | | | | | | | | | | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Show supported apps in app managementMorris Jobke2019-05-131-0/+8
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #15495 from nextcloud/feature/noid/support-app-integrationMorris Jobke2019-05-138-0/+247
|\ \ \ | |_|/ |/| | Add interfaces to interact with subscription from support app