summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* increase the time we wait for smb notifications in the testRobin Appelman2018-01-221-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
| | | | | | | | Support high resolution login images by resizing only images that are wider than 4096px fixes #7459 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-19106-106/+106
|
* remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #7923 from nextcloud/files_external_ocscontrollerMorris Jobke2018-01-182-31/+50
|\ | | | | [files_external] OCS endpoint to proper OCSController
| * [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-182-31/+50
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7924 from nextcloud/dep_iappconfigMorris Jobke2018-01-181-11/+11
|\ \ | | | | | | Remove deprecated function from IAppConfig
| * | Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-11/+11
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-1814-76/+95
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7863 from nextcloud/update-notifications-plusplusMorris Jobke2018-01-1812-341/+356
|\ \ | |/ |/| Update notifications ++
| * Split controller and settingsJoas Schilling2018-01-167-209/+249
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Refactor all the logic from app.php to Application classJoas Schilling2018-01-153-43/+63
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Automatic DI for Controllers also worksJoas Schilling2018-01-154-78/+48
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Improve ResetTokenBackgroundJob and unit testJoas Schilling2018-01-152-30/+15
| | | | | | | | | | | | | | | | * Automatic DI is implemented since 11 * Correctly type hint parameters * Optimise the tests Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-178-32/+26
|\ \ | | | | | | Fix the type hints of migrations and correctly inject the wrapped sch…
| * | Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-178-32/+26
| | | | | | | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-172-11/+8
|\ \ \ | | | | | | | | Fixes for avatarmanager
| * | | Fix avatarHomeRoeland Jago Douma2018-01-162-11/+8
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Request->getHeader() should always return a stringMorris Jobke2018-01-171-2/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant. Found while enabling the strict_typing for lib/private for the PHP7+ migration. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7897 from nextcloud/strict_lockingprovidersMorris Jobke2018-01-171-1/+1
|\ \ \ | | | | | | | | Made locking providers strict
| * | | Made locking providers strictRoeland Jago Douma2018-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added typehints * Added return types * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7884 from nextcloud/cleanup-oc_userMorris Jobke2018-01-174-11/+25
|\ \ \ \ | | | | | | | | | | Cleanup OC_User and OCP\User
| * | | | Cleanup OC_User and OCP\UserMorris Jobke2018-01-164-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-01-172-0/+4
| | | | |
* | | | | Fix federatedshareprovidertestRoeland Jago Douma2018-01-161-0/+18
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / Fix systemtags/list to be compliantMorris Jobke2018-01-161-1/+17
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | / [tx-robot] updated from transifexNextcloud bot2018-01-162-0/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-01-1510-4/+52
| |
* | Merge pull request #7857 from nextcloud/dep_templateMorris Jobke2018-01-151-1/+1
|\ \ | | | | | | Remove deprecated template functions from OCP directly
| * | Remove deprecated template functions from OCP directlyRoeland Jago Douma2018-01-141-1/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7840 from nextcloud/dep_configRoeland Jago Douma2018-01-143-3/+3
|\ \ | |/ |/| Remove deprecated \OCP\Config
| * Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-133-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7849 from nextcloud/strict_securerandomMorris Jobke2018-01-141-2/+2
|\ \ | | | | | | Strict ISecure random
| * | Fix testsRoeland Jago Douma2018-01-141-2/+2
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7846 from nextcloud/this_is_14Morris Jobke2018-01-1422-44/+44
|\ \ | | | | | | Bump version number
| * | Bump appsRoeland Jago Douma2018-01-1422-44/+44
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7843 from nextcloud/dep_utilMorris Jobke2018-01-142-2/+2
|\ \ | | | | | | Remove deprecated functions for OCP\Util
| * | Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-132-2/+2
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-01-144-0/+4
|/
* Update composerMorris Jobke2018-01-1238-190/+266
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make sure the arrays are arraysJoas Schilling2018-01-121-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-01-124-16/+38
|
* Merge pull request #7796 from nextcloud/ldap-sync-fixesMorris Jobke2018-01-113-12/+11
|\ | | | | LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
| * revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
| | | | | | | | | | | | | | | | without recursion we have issues with internal states. paged search status are set to false, cookies are not being set. In the end we have endless requests which pile up enormously with a high initial offset. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-112-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
| | | | | | | | | | | | | | The message is not helpful anyway for an admin, and oftentimes is just valid (e.g. when searching with an offset beyond users in LDAP). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
| | | | | | | | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #7709 from ↵Morris Jobke2018-01-111-0/+1
|\ \ | | | | | | | | | | | | nextcloud/fix-password-displayed-as-username-in-password-manager Fix password displayed as username in Firefox password manager dialog
| * | Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #7776 from nextcloud/theming-capabilties-enhancementsMorris Jobke2018-01-116-53/+99
|\ \ \ | | | | | | | | More detailed theming capabilities