summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #728 from nextcloud/update-stylingLukas Reschke2016-08-081-2/+2
|\ | | | | Design fixes for updates
| * reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-041-2/+2
| |
* | Merge pull request #711 from nextcloud/password-policy-on-createUserBjörn Schießle2016-08-081-0/+2
|\ \ | | | | | | Apply password policy on user creation
| * | Apply password policy on user creationmichag862016-08-031-0/+2
| |/
* | Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-051-1/+1
| |
* | Merge pull request #737 from nextcloud/blizzz-fix-name-consoleJoas Schilling2016-08-051-3/+3
|\ \ | | | | | | Correct name in Console Application.php
| * | Correct name in Console Application.phpblizzz2016-08-041-3/+3
| |/ | | | | see changes :)
* / [tx-robot] updated from transifexNextcloud bot2016-08-052-0/+30
|/
* Fix RepairUnmergedShares to not skip valid repair casesVincent Petry2016-08-031-11/+16
| | | | | | The repair step was a bit overeager to skip repairing so it missed the case where a group share exists without subshares but with an additional direct user share.
* Adjust repair version check for unmerged sharesVincent Petry2016-08-031-1/+1
|
* Add repair step for unmerged shares (WIP)Vincent Petry2016-08-032-0/+330
|
* add invalidateOldTokens to IProvider interfaceChristoph Wurst2016-08-022-3/+7
|
* Merge pull request #684 from nextcloud/fix_csrf_ocsLukas Reschke2016-08-011-1/+1
|\ | | | | Fix OCS CSRF
| * We should properly check for 'true' instaed of the boolRoeland Jago Douma2016-08-011-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2016-08-012-0/+44
|/
* [tx-robot] updated from transifexNextcloud bot2016-08-014-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-07-312-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-07-308-26/+98
|
* Dark hackery to not always disable CSRF for OCS controllersRoeland Jago Douma2016-07-291-2/+10
|
* Merge pull request #556 from nextcloud/nextcloud-version-checkMorris Jobke2016-07-291-2/+24
|\ | | | | Allow apps to check for a given nextcloud version
| * Translate the server version for nextcloudJoas Schilling2016-07-261-2/+24
| |
* | Merge pull request #612 from nextcloud/improve-xml-loaded-version-handlingLukas Reschke2016-07-281-2/+8
|\ \ | | | | | | libxml - compare against loaded version
| * | libxml - compare against loaded versionMorris Jobke2016-07-281-2/+8
| | | | | | | | | | | | | | | | | | | | | * if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205
* | | Merge pull request #519 from GitHubUser4234/masterblizzz2016-07-284-0/+222
|\ \ \ | |/ / |/| | New LDAPProvider for user_ldap
| * | Nextcloud license header for new filesroot2016-07-283-24/+31
| | |
| * | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2712-7/+117
| |\ \
| * | | final changesroot2016-07-273-13/+10
| | | |
| * | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2514-26/+55
| |\ \ \
| * | | | New LDAPProvider for user_ldaproot2016-07-224-0/+218
| | | | |
* | | | | Support subdir in the OCS v2 endpointRoeland Jago Douma2016-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should check against the ending substring since people could run their nextcloud in a subfolder. * Added test
* | | | | Merge pull request #596 from nextcloud/adjust-mysql-install-errorBjörn Schießle2016-07-271-1/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix misleading MySQL DB creation error (#25485)
| * | | | | Fix misleading MySQL DB creation error (#25485)Vincent Petry2016-07-271-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the GRANT ALL failed, it used to display "Database creation failed" which is incorrect. It's only the privleges setting that failed. This moves the privilege setting message to DEBUG and makes it more precise.
* | | | | | Merge pull request #582 from nextcloud/checks-from-jsJoas Schilling2016-07-271-79/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Generate the checks list in JS
| * | | | | | Remove php side of check registrationJoas Schilling2016-07-271-79/+0
| |/ / / / /
* / / / / / Allow DI of the workflow manager by the OCP interfaceJoas Schilling2016-07-271-0/+4
|/ / / / /
* | | | | Merge pull request #565 from nextcloud/workflowengineJoas Schilling2016-07-273-0/+183
|\ \ \ \ \ | | | | | | | | | | | | Add workflowengine
| * | | | | Add workflowengineMorris Jobke2016-07-263-0/+183
| | |_|_|/ | |/| | |
* | | | | Merge pull request #566 from nextcloud/setup-portMorris Jobke2016-07-271-10/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | | revert to old setup connection logic
| * | | | revert to old setup connection logicRobin Appelman2016-07-261-10/+26
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2016-07-272-0/+2
|/ / /
* | | Merge pull request #292 from nextcloud/recent-filesWilliam Bargent2016-07-255-2/+98
|\ \ \ | | | | | | | | Add "Recent" file listing
| * | | use limit instead of since when listing recent filesRobin Appelman2016-07-223-45/+11
| | | |
| * | | add recent files to node apiRobin Appelman2016-07-224-1/+131
| | | |
| * | | Fix storage id with storage jailRobin Appelman2016-07-221-1/+1
| |/ /
* | | Merge pull request #509 from nextcloud/appframework_magic_allow_default_varsMorris Jobke2016-07-251-0/+6
|\ \ \ | | | | | | | | AppFramework add default values (ApiController) as parameters
| * | | Inject parametersRoeland Jago Douma2016-07-221-0/+6
| |/ /
* | | Merge pull request #550 from nextcloud/ldap-integration-test-autoloaderMorris Jobke2016-07-251-1/+1
|\ \ \ | | | | | | | | fix autoloading in LPAP integration tests, resolves #544
| * | | fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-251-1/+1
| | | |
* | | | Merge pull request #523 from Faldon/masterJoas Schilling2016-07-253-4/+10
|\ \ \ \ | |_|_|/ |/| | | Renamed file logging
| * | | Changed code style and made use of '===' comparison.Thomas Pulzer2016-07-221-1/+4
| | | |