Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-07logging changesCraig Morrissey
2014-10-22Backport of #11702Arthur Schiwon
2014-09-22Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman
2014-09-19Move BasicAuth check to "isLoggedIn()"Lukas Reschke
2014-08-06Fix isLoggedIn() check for user '0'Joas Schilling
2014-06-02Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry
2014-05-21clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon
2014-05-19Merge branch 'master' into csrf-on-login-and-logoutThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Change parameter type for useBackendRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-05-04Add CSRF check on login and logoutLukas Reschke
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
2014-02-21Move session_regenerate_id to `login()`Lukas Reschke
2014-02-20Merge pull request #6519 from nhirokinet/masterLukas Reschke
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-02-06Within OC:init() the minimum set of apps is loaded - which is filesystem, aut...Thomas Müller
2014-02-03Revert "Use Cache->clear to cleanup the filecache for removed users"Robin Appelman
2014-01-22Use Cache->clear to cleanup the filecache for removed usersRobin Appelman
2014-01-22Also remove the user's home storage from the storage table when deleting a userRobin Appelman
2014-01-09set login name within apache auth backendThomas Müller
2013-12-21Update user.php to fix duplicate session-duplicatenhirokinet
2013-11-27return false if user is in incognito modeBjoern Schiessle
2013-11-27Merge pull request #6058 from owncloud/ldap2avatarblizzz
2013-11-22add incognito mode, allows to hide my user ID. For example, this is useful to...Bjoern Schiessle
2013-11-22Enable user backends to provide avatar imagesArthur Schiwon
2013-10-29use getHome() to delete users dataBjoern Schiessle
2013-10-29remove user from cache if he was deleted successfullyBjoern Schiessle
2013-10-15Fix logout link HTML.Andreas Fischer
2013-10-07User::delete should return boolVictor Dubiniuk
2013-10-07Move backend finding into its own method.Andreas Fischer
2013-10-07move call to print_unescaped() to templateThomas Müller
2013-10-02Also replace ApacheBackend with Authentication\IApacheBackend in user.Andreas Fischer
2013-10-02fixing various PHPDoc commentsThomas Müller
2013-10-02code cleanup - remove special case for webdav in handleApacheAuth()Thomas Müller
2013-10-02Merge branch 'master' into apache-auth-masterThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller