summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove "Help" link from personal sidebar"Lukas Reschke2016-07-211-4/+2
| | | | This reverts commit deef15a3c7119b2965e7212ce53ba70e6baed779.
* Merge branch 'master' of https://github.com/nextcloud/serverLukas Reschke2016-07-212-4/+4
|\
| * [tx-robot] updated from transifexNextcloud bot2016-07-212-4/+4
| |
* | Fix typoLukas Reschke2016-07-211-1/+1
|/
* Link to proper clientsLukas Reschke2016-07-211-4/+3
|
* Port ↵Lukas Reschke2016-07-212-1/+19
| | | | https://github.com/nextcloud/server/commit/2d373416d8e54a7de84879a365c372a85104c6df to master
* Use proper certificatesLukas Reschke2016-07-211-2/+9
| | | | Ports https://github.com/nextcloud/server/commit/bcf693539be82e872ba4d6cceb1f430a4bb841d9
* Use proper documentation linksLukas Reschke2016-07-211-2/+2
| | | | Since it is just faking the 10 we need to hardcode this here...
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-217-22/+282
|\ | | | | Implement brute force protection
| * Mitigate race conditionLukas Reschke2016-07-201-1/+4
| |
| * JSON encode the valuesLukas Reschke2016-07-201-1/+1
| |
| * Implement brute force protectionLukas Reschke2016-07-207-22/+279
| | | | | | | | | | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-208-1/+198
|\ \ | | | | | | [master] Port Same-Site Cookies to master
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-208-1/+198
| |/ | | | | | | Fixes https://github.com/nextcloud/server/issues/50
* | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-202-3/+3
|\ \ | | | | | | Escape special characters (#25429)
| * | Escape special characters (#25429)Aaron Wood2016-07-202-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* | | Deprecate \OCP\APIRoeland Jago Douma2016-07-201-0/+2
| | |
* | | Add OCSMiddleware to catch OCS exceptionsRoeland Jago Douma2016-07-206-0/+253
| | | | | | | | | | | | | | | | | | | | | * OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException
* | | Merge pull request #462 from nextcloud/master-explodeMorris Jobke2016-07-201-1/+1
|\ \ \ | |_|/ |/| | [master] Use explode() instead of split()
| * | [master] Use explode() instead of split()Lukas Reschke2016-07-201-1/+1
| |/ | | | | | | Sync from https://github.com/owncloud/core/pull/25488
* | Merge pull request #472 from nextcloud/show-app-name-in-errormsgBjörn Schießle2016-07-201-1/+6
|\ \ | | | | | | Show app name in error message if app could not be loaded. (#25441)
| * | Show app name in error message if app could not be loaded. (#25441)Klaas Freitag2016-07-201-1/+6
| |/
* | Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke2016-07-207-16/+130
|\ \ | |/ |/| smb update notifications
| * fix sinceRobin Appelman2016-07-151-0/+4
| |
| * add notify support to smb storageRobin Appelman2016-07-141-0/+47
| |
| * Save the files external mount id in the mount cache tableRobin Appelman2016-07-136-16/+79
| |
* | Merge pull request #441 from nextcloud/fix-maintenance-modeBjörn Schießle2016-07-191-1/+1
|\ \ | | | | | | Fix maintenance mode
| * | Fix maintenance modeJoas Schilling2016-07-191-1/+1
| | | | | | | | | | | | | | | | | | When the server is in maintenance mode, apps are not loaded. That means apps/theming/ is not in the allowed paths. So we need to check without autoloading, whether the class exists.
* | | Merge pull request #400 from nextcloud/ocs_appframeworkRoeland Douma2016-07-193-1/+68
|\ \ \ | | | | | | | | OCS routes use AppFramework
| * | | Add route testsRoeland Jago Douma2016-07-181-1/+1
| | | |
| * | | Make the OCS endpoint handle the new OCS AppFramework routesRoeland Jago Douma2016-07-181-1/+1
| | | |
| * | | Make the router handle OCS AppFramework RoutesRoeland Jago Douma2016-07-181-0/+12
| | | |
| * | | Allow registering of OCS routes with the appframeworkRoeland Jago Douma2016-07-181-0/+55
| | | |
* | | | Merge pull request #436 from nextcloud/public-regex-to-match-our-clientsMorris Jobke2016-07-192-1/+25
|\ \ \ \ | | | | | | | | | | Copy the regexes to the public interface
| * | | | Copy the regexes to the public interfaceJoas Schilling2016-07-182-1/+25
| | | | |
* | | | | Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-191-0/+76
|\ \ \ \ \ | |_|_|/ / |/| | | | SystemTags for everything not just files
| * | | | Update since versionJoas Schilling2016-07-181-5/+5
| | | | |
| * | | | Allow apps to register SystemTags pluginsJoas Schilling2016-07-181-0/+76
| | |/ / | |/| |
* | | | Merge pull request #435 from nextcloud/classmapRoeland Douma2016-07-187-125/+1496
|\ \ \ \ | | | | | | | | | | Use classmap to load core files
| * | | | Use classmap to load core filesRoeland Jago Douma2016-07-187-125/+1496
| | |/ / | |/| | | | | | | | | | | | | | | | | | We can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff.
* | | | [tx-robot] updated from transifexNextcloud bot2016-07-182-0/+12
| | | |
* | | | Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-187-9/+9
|\ \ \ \ | |/ / / |/| | | Theming fixes
| * | | Use the themed Defaults everywhereJoas Schilling2016-07-157-9/+9
| | |/ | |/|
* | | Prevent syntax error when creating user or changing passwordJoas Schilling2016-07-181-3/+3
| |/ |/|
* | Merge pull request #418 from nextcloud/remove_asset_pipelineMorris Jobke2016-07-183-178/+21
|\ \ | | | | | | Remove asset pipelin
| * | Remove asset pipelinRoeland Jago Douma2016-07-153-178/+21
| |/ | | | | | | | | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
* | [tx-robot] updated from transifexNextcloud bot2016-07-172-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-1618-36/+0
| |
* | dont check for pgsql extension during setupRobin Appelman2016-07-121-2/+2
| |
* | use pdo for postgres setupRobin Appelman2016-07-122-105/+85
| |