aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate \OCP\APIRoeland Jago Douma2016-07-201-0/+2
|
* Add unit testsRoeland Jago Douma2016-07-201-0/+108
|
* Add OCSMiddleware to catch OCS exceptionsRoeland Jago Douma2016-07-206-0/+253
| | | | | | | * OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException
* Merge pull request #473 from nextcloud/ux-improvement-share-dialogMorris Jobke2016-07-201-1/+4
|\ | | | | only show additional edit permissions for folders
| * only show additional edit permissions for foldersBjoern Schiessle2016-07-201-1/+4
| |
* | 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 #470 from nextcloud/sftp-renameoverwritedirMorris Jobke2016-07-201-1/+1
|\ \ \ | | | | | | | | Fix overwriting folders on rename with SFTP
| * | | Fix overwriting folders on rename with SFTPVincent Petry2016-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory
* | | | 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-2014-20/+407
|\ \ \ \ | |/ / / |/| | | smb update notifications
| * | | fix sinceRobin Appelman2016-07-151-0/+4
| | | |
| * | | add files_external:notify commandRobin Appelman2016-07-142-0/+176
| | | |
| * | | add notify support to smb storageRobin Appelman2016-07-142-1/+105
| | | |
| * | | Save the files external mount id in the mount cache tableRobin Appelman2016-07-1310-19/+122
| | | |
* | | | Merge pull request #460 from ↵Lukas Reschke2016-07-202-4/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/issue-459-html-decoded-error-message-when-uploading-folder Fix the HTML encoding when uploading a folder in FF when using french…
| * | | Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-202-4/+4
|/ / /
* | | Merge pull request #458 from nextcloud/remove-ee-apps-from-shipped.jsonJoas Schilling2016-07-201-15/+4
|\ \ \ | |_|/ |/| | Remove pre-fork EE apps from shipped.json
| * | Remove pre-fork EE apps from shipped.jsonJoas Schilling2016-07-201-15/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2016-07-2038-158/+20
| |
* | Merge pull request #448 from nextcloud/master-guzzleRoeland Douma2016-07-191-0/+0
|\ \ | | | | | | [master] Update third-party reference
| * | [master] Update third-party referenceLukas Reschke2016-07-191-0/+0
| | | | | | | | | | | | For https://github.com/nextcloud/3rdparty/pull/7
* | | Merge pull request #452 from nextcloud/session-passwords-designMorris Jobke2016-07-192-11/+10
|\ \ \ | |/ / |/| | Adjust wording and layout of Sessions and App passwords personal settings
| * | set max width for sessions tables so it doesn’t go crazy on large screensJan-Christoph Borchardt2016-07-191-0/+1
| | |
| * | adjust layout of Sessions and App passwords sectionsJan-Christoph Borchardt2016-07-191-5/+4
| | |
| * | simplify wording of Sessions and App passwords sectionsJan-Christoph Borchardt2016-07-191-6/+5
| | |
* | | Merge pull request #451 from nextcloud/github-linkLukas Reschke2016-07-191-1/+1
|\ \ \ | | | | | | | | fix Github link in Personal and Admin settings Version note
| * | | fix Github link in Personal and Admin settings Version noteJan-Christoph Borchardt2016-07-191-1/+1
| |/ /
* | | Merge pull request #446 from nextcloud/cron-radio-buttons-colorMorris Jobke2016-07-191-3/+3
|\ \ \ | | | | | | | | Use the themed radio buttons for cron selection
| * | | Use the themed radio buttons for cron selectionJoas Schilling2016-07-191-3/+3
| | | |
* | | | 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 #438 from nextcloud/sessions-list-formatMorris Jobke2016-07-192-34/+97
|\ \ \ \ | | | | | | | | | | format current and sync client sessions in Personal
| * | | | add fancy formating for most browsersRobin Appelman2016-07-191-6/+46
| | | | |
| * | | | format current and sync client sessions in PersonalRobin Appelman2016-07-182-34/+57
| | | | |
* | | | | Merge pull request #400 from nextcloud/ocs_appframeworkRoeland Douma2016-07-195-1/+224
|\ \ \ \ \ | | | | | | | | | | | | OCS routes use AppFramework
| * | | | | Only login if user is not logged-inLukas Reschke2016-07-181-1/+3
| | | | | |
| * | | | | Add route testsRoeland Jago Douma2016-07-182-1/+132
| | | | | |
| * | | | | Make the OCS endpoint handle the new OCS AppFramework routesRoeland Jago Douma2016-07-182-1/+24
| | | | | |
| * | | | | 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-199-51/+144
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | SystemTags for everything not just files
| * | | | | | Update since versionJoas Schilling2016-07-181-5/+5
| | | | | | |
| * | | | | | Fix non-existing exception classJoas Schilling2016-07-185-25/+25
| | | | | | |
| * | | | | | Allow apps to register SystemTags pluginsJoas Schilling2016-07-183-2/+97
| | | | | | |
| * | | | | | Fix doc blocksJoas Schilling2016-07-181-0/+5
| | | | | | |
| * | | | | | Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-184-28/+21
| | |/ / / / | |/| | | |