summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-4/+6
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-211-1/+1
|\
| * Implement brute force protectionLukas Reschke2016-07-201-1/+1
* | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+80
|/
* Merge pull request #400 from nextcloud/ocs_appframeworkRoeland Douma2016-07-191-1/+1
|\
| * Make the OCS endpoint handle the new OCS AppFramework routesRoeland Jago Douma2016-07-181-1/+1
* | Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
|/
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-16/+3
* Revert "Bypass upgrade page when occ controller is requested"Morris Jobke2016-07-071-15/+3
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-16/+18
|\
| * Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-2/+2
| * Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-3/+16
| |\
| * | some text-changes to nextcloudJoachim Sokolowski2016-06-221-13/+13
| * | Print error message again, when 3rdparty submodule is not initializedArthur Schiwon2016-06-081-1/+3
* | | Bypass upgrade page when occ controller is requestedVictor Dubiniuk2016-07-051-3/+15
| |/ |/|
* | occ web executor (#24957)VicDeo2016-06-221-3/+16
|/
* Update license headersLukas Reschke2016-05-261-9/+5
* Fix class name in hook registrationJoas Schilling2016-05-241-1/+1
* Only allow loading of legacy (lib/private/legacy) by defaultRoeland Jago Douma2016-05-201-5/+1
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-1/+1
* Merge pull request #24597 from owncloud/run-upgrade-in-incognito-modeVincent Petry2016-05-171-0/+3
|\
| * run upgrades in incognito modeChristoph Wurst2016-05-121-0/+3
* | Group fixup (#24621)Roeland Douma2016-05-171-1/+1
* | Log user out correctly if max session lifetime is reached (#24552)Christoph Wurst2016-05-121-1/+1
|/
* try apache auth tooChristoph Wurst2016-05-111-4/+21
* token based authChristoph Wurst2016-05-111-170/+6
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-101-1/+1
* Keep the composer instance so we can add psr4 paths laterJoas Schilling2016-05-021-1/+4
* Merge pull request #24200 from owncloud/appframework_psr4Thomas Müller2016-04-221-3/+3
|\
| * Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-3/+3
* | Disable web updater if ldap or shibboleth are installed - refs https://github...Thomas Müller2016-04-221-4/+8
|/
* Merge pull request #24075 from owncloud/no-html-on-cliLukas Reschke2016-04-201-8/+3
|\
| * In case of fatal php errors and other unhandled exceptions no html error page...Thomas Müller2016-04-181-8/+3
* | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hookThomas Müller2016-04-191-1/+1
|\ \
| * | Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-1/+1
* | | Move logout to controllerLukas Reschke2016-04-181-21/+3
| |/ |/|
* | Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-181-12/+34
* | Keep used username in URLLukas Reschke2016-04-151-1/+8
* | Move login form into controllerLukas Reschke2016-04-151-1/+5
* | Kill movable 3rdpartyThomas Müller2016-04-141-30/+6
|/
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-1/+1
* Merge pull request #23856 from owncloud/share_remove_addtogroup_hooksJoas Schilling2016-04-111-2/+0
|\
| * Remove pre/post_addToGroup hooks for sharesRoeland Jago Douma2016-04-081-2/+0
* | lib: Fix typos (found by codespell)Stefan Weil2016-04-071-2/+2
|/
* Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-071-1/+1
|\
| * Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-1/+1
* | Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller2016-04-041-0/+1
|/
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+2
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-231-1/+1
|\