summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Log exception that is thrown by internet connection checkMorris Jobke2016-07-261-1/+8
|
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-3/+3
| | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-2110-21/+33
|\ | | | | Update emails and license headers with latest changes
| * Update with robinJoas Schilling2016-07-213-3/+3
| |
| * Fix othersJoas Schilling2016-07-2110-19/+31
| |
* | Merge pull request #374 from lpszBuffer/masterWilliam Bargent2016-07-211-3/+23
|\ \ | |/ |/| Alters 'No Internet Connection' error message. #181
| * Alters 'No Internet Connection' error message. #181Derek2016-07-201-3/+23
| |
* | format current and sync client sessions in PersonalRobin Appelman2016-07-181-0/+1
| |
* | Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+0
|/
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+1
|\
| * Set content-type to "application/octet-stream"Lukas Reschke2016-06-301-1/+2
| | | | | | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly.
* | Set content type when downloading log file to force download in some ↵Vincent Petry2016-07-061-0/+1
| | | | | | | | browsers (#25382)
* | prevent users from deleting their own session tokenChristoph Wurst2016-06-281-7/+30
|/
* show which login name to use for the new app passwordChristoph Wurst2016-06-241-0/+1
|
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+6
|
* Update license headersLukas Reschke2016-05-2610-12/+15
|
* when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-241-1/+2
| | | | checks
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-1/+18
|
* add button to add new device tokensChristoph Wurst2016-05-231-4/+67
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-0/+71
|
* Pass on the error message from the user manager to the UI (#24526)Joas Schilling2016-05-111-1/+5
|
* Fix usages of OC\Log\OwncloudJoas Schilling2016-05-041-2/+2
|
* Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
|
* Show tooltip if the app is downloaded from a remote serverChristoph Wurst2016-04-121-0/+25
| | | | fixes #14405
* Rename files to be PSR-4 compliantLukas Reschke2016-04-069-0/+2178