summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 versionMorris Jobke2016-07-281-2/+8
* | | Merge pull request #519 from GitHubUser4234/masterblizzz2016-07-281-0/+19
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-278-7/+102
| |\|
| * | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-254-12/+27
| |\ \
| * | | New LDAPProvider for user_ldaproot2016-07-221-0/+19
* | | | Support subdir in the OCS v2 endpointRoeland Jago Douma2016-07-271-1/+1
* | | | Merge pull request #596 from nextcloud/adjust-mysql-install-errorBjörn Schießle2016-07-271-1/+9
|\ \ \ \
| * | | | Fix misleading MySQL DB creation error (#25485)Vincent Petry2016-07-271-1/+9
* | | | | Allow DI of the workflow manager by the OCP interfaceJoas Schilling2016-07-271-0/+4
|/ / / /
* | | / revert to old setup connection logicRobin Appelman2016-07-261-10/+26
| |_|/ |/| |
* | | Merge pull request #292 from nextcloud/recent-filesWilliam Bargent2016-07-253-2/+85
|\ \ \
| * | | use limit instead of since when listing recent filesRobin Appelman2016-07-222-43/+8
| * | | add recent files to node apiRobin Appelman2016-07-222-1/+119
| * | | 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
|\ \ \
| * | | 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 #544Arthur Schiwon2016-07-251-1/+1
* | | | Merge pull request #523 from Faldon/masterJoas Schilling2016-07-253-4/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Changed code style and made use of '===' comparison.Thomas Pulzer2016-07-221-1/+4
| * | | Reverted the default syslog tag to avoid breaking existing systems.Thomas Pulzer2016-07-221-1/+1
| * | | Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-224-5/+8
| | |/ | |/|
* | | Merge pull request #530 from nextcloud/fix-theme-loadingMorris Jobke2016-07-252-2/+10
|\ \ \ | |_|/ |/| |
| * | Make sure we try to autoload the classJoas Schilling2016-07-222-2/+10
* | | Check if an app provide two-factor-auth providers before we try to use themRobin Appelman2016-07-231-9/+11
|/ /
* / Set proper status code in OCS AppFramework MiddlewareRoeland Jago Douma2016-07-221-1/+6
|/
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-21441-941/+1380
|\
| * Update with robinJoas Schilling2016-07-21201-201/+201
| * Fix othersJoas Schilling2016-07-21441-742/+1181
* | Merge pull request #480 from nextcloud/fix_ocs_response_formatLukas Reschke2016-07-212-3/+7
|\ \ | |/ |/|
| * AppFramework do not get default responseRoeland Jago Douma2016-07-202-3/+7
* | Revert "Remove "Help" link from personal sidebar"Lukas Reschke2016-07-211-4/+2
* | Fix typoLukas Reschke2016-07-211-1/+1
* | Link to proper clientsLukas Reschke2016-07-211-4/+3
* | Port https://github.com/nextcloud/server/commit/2d373416d8e54a7de84879a365c37...Lukas Reschke2016-07-212-1/+19
* | Use proper certificatesLukas Reschke2016-07-211-2/+9
* | Use proper documentation linksLukas Reschke2016-07-211-2/+2
* | Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-216-21/+281
|\ \ | |/ |/|
| * Mitigate race conditionLukas Reschke2016-07-201-1/+4
| * JSON encode the valuesLukas Reschke2016-07-201-1/+1
| * Implement brute force protectionLukas Reschke2016-07-206-21/+278
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-205-1/+95
|\ \
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-205-1/+95
| |/
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-202-3/+3
|\ \
| * | Escape special characters (#25429)Aaron Wood2016-07-202-3/+3
* | | Add OCSMiddleware to catch OCS exceptionsRoeland Jago Douma2016-07-202-0/+88