summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Use proper URL generation function (#24576)Lukas Reschke2016-05-111-1/+1
| | | Fixes the redirection after login, otherwise `core/files/index` is opened which fails.
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
|
* fix login with emailChristoph Wurst2016-05-111-1/+2
|
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-112-4/+3
|
* show login errorChristoph Wurst2016-05-111-5/+12
|
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-2/+4
|
* add unit tests for all new classesChristoph Wurst2016-05-111-3/+3
|
* increase token column widthChristoph Wurst2016-05-111-2/+1
| | | | add some range to time() assertions
* fix LoginController unit testsChristoph Wurst2016-05-111-1/+1
|
* fix setupChristoph Wurst2016-05-111-4/+11
|
* Add token auth for OCS APIsChristoph Wurst2016-05-112-3/+7
|
* Add index on 'last_activity'Christoph Wurst2016-05-111-2/+3
| | | | | | add token type column and delete only temporary tokens in the background job debounce token updates; fix wrong class import
* Add controller to generate client tokensChristoph Wurst2016-05-113-0/+93
|
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-1/+0
| | | | | * Update last_activity timestamp of the session token * Check user backend credentials once in 5 minutes
* token based authChristoph Wurst2016-05-114-29/+64
| | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
* Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-112-0/+2
|
* Merge pull request #24397 from owncloud/sort-share-linksMorris Jobke2016-05-101-9/+9
|\ | | | | Reordered share link settings
| * Reordered share link settingsVincent Chan2016-05-021-9/+9
| | | | | | | | closes #24122
* | Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-102-3/+45
|\ \ | | | | | | Permalinks
| * | Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-1/+6
| | |
| * | Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-2/+33
| | |
| * | Add route to resolve fileid to files app URLVincent Petry2016-05-061-0/+6
| | | | | | | | | | | | | | | | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
* | | Merge pull request #24491 from owncloud/new-animated-full-css-spinnerThomas Müller2016-05-098-12/+88
|\ \ \ | | | | | | | | New animated loader: full css
| * | | New animated loaderskjnldsv2016-05-098-12/+88
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-094-0/+52
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-076-8/+168
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-064-0/+68
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-0518-2/+78
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-0480-182/+182
| |
* | Merge pull request #23844 from owncloud/disable-userThomas Müller2016-05-033-0/+130
|\ \ | | | | | | Add occ commands to enable and disable a user + a disabled user can n…
| * | Add occ commands to enable and disable a user + a disabled user can no ↵Thomas Müller2016-05-023-0/+130
| |/ | | | | | | longer login - fixes #23838
* | Merge pull request #24389 from owncloud/login-by-emailLukas Reschke2016-05-031-2/+2
|\ \ | | | | | | Allow login by email address
| * | Allow login by email addressThomas Müller2016-05-021-2/+2
| |/
* | Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-032-4/+40
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-014-12/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-304-38/+50
|
* Adding progress to occ upgradeThomas Müller2016-04-281-15/+51
|
* Adding progress to web upgradeThomas Müller2016-04-281-6/+58
|
* Adding progress to occ maintenance:repairThomas Müller2016-04-282-16/+57
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-282-0/+6
|
* Merge pull request #21417 from J0WI/css-fixesThomas Müller2016-04-277-27/+38
|\ | | | | css fallbacks and code style fixes
| * fixed fallbacks and code stylejowi2016-01-027-27/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-278-2/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-266-38/+58
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-256-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2410-18/+50
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-238-0/+52
| |
* | Deprecate appinfo/update.php - RepairSteps within info.xml are to be usedThomas Müller2016-04-221-0/+18
| |