aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke2016-07-204-2/+236
|\ | | | | smb update notifications
| * add files_external:notify commandRobin Appelman2016-07-142-0/+176
| |
| * add notify support to smb storageRobin Appelman2016-07-141-1/+58
| |
| * Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+2
| |
* | Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
| |
* | Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-198-51/+68
|\ \ | | | | | | SystemTags for everything not just files
| * | Fix non-existing exception classJoas Schilling2016-07-185-25/+25
| | |
| * | Allow apps to register SystemTags pluginsJoas Schilling2016-07-182-2/+21
| | |
| * | Fix doc blocksJoas Schilling2016-07-181-0/+5
| | |
| * | Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-184-28/+21
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-1918-0/+156
| | |
* | | Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle2016-07-184-36/+55
|\ \ \ | | | | | | | | Files sharing event dispatcher
| * | | Cleanup coding styleRoeland Jago Douma2016-07-181-30/+28
| | | |
| * | | Add eventdispatcher to public link viewRoeland Jago Douma2016-07-183-3/+21
| | | |
| * | | Move JS inclusion to ControllerRoeland Jago Douma2016-07-182-20/+23
| | | | | | | | | | | | | | | | * This way we can easier load files conditionally
* | | | [tx-robot] updated from transifexNextcloud bot2016-07-1846-482/+56
| | | |
* | | | Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-186-4/+69
|\ \ \ \ | | | | | | | | | | Theming fixes
| * | | | Add unit testsJoas Schilling2016-07-151-0/+46
| | | | |
| * | | | Also load the theming app on CLIJoas Schilling2016-07-151-1/+7
| | | | |
| * | | | Use the themed Defaults everywhereJoas Schilling2016-07-153-3/+3
| | | | |
| * | | | Better handling of empty sloganJoas Schilling2016-07-151-0/+13
| | | | |
* | | | | Merge pull request #428 from nextcloud/setupfromtoken_sharemanagerMorris Jobke2016-07-182-70/+31
|\ \ \ \ \ | |_|/ / / |/| | | | Move SetupFromToken to ShareManager
| * | | | Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-182-70/+31
| | |/ / | |/| |
* | | | Merge pull request #412 from nextcloud/theming-foreground-colorJoas Schilling2016-07-185-4/+228
|\ \ \ \ | |/ / / |/| | | Theming: invert foreground color on bright backgrounds
| * | | Theming: Fix image paths for caret iconJulius Haertl2016-07-163-5/+5
| | | |
| * | | Theming: Fix spaces in settings-admin.jsJulius Haertl2016-07-151-4/+4
| | | |
| * | | Theming: Add tests for inverted colorsJulius Haertl2016-07-152-3/+130
| | | |
| * | | Theming: Implement swapping the foreground color for bright colorsJulius Haertl2016-07-153-0/+97
| | | |
* | | | Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-1819-206/+670
|\ \ \ \ | | | | | | | | | | Create federated share on mount
| * | | | don't convert link share to federated share if outgoing federated shares are ↵Bjoern Schiessle2016-07-142-12/+36
| | | | | | | | | | | | | | | | | | | | forbidden
| * | | | rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-144-25/+31
| | | | |
| * | | | adjust copyright noticesBjoern Schiessle2016-07-143-0/+5
| | | | |
| * | | | remove unused parameterBjoern Schiessle2016-07-146-6/+6
| | | | |
| * | | | allow to mount public link from Nextclouds <= 9Bjoern Schiessle2016-07-142-5/+136
| | | | |
| * | | | move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-1410-106/+128
| | | | |
| * | | | s/ownCloud/NextcloudBjoern Schiessle2016-07-146-22/+19
| | | | |
| * | | | continue to accept the URL of the remote server instead of the federated ↵Bjoern Schiessle2016-07-145-129/+138
| | | | | | | | | | | | | | | | | | | | cloud id
| * | | | replace 'ownCloud' with 'Nextcloud'Bjoern Schiessle2016-07-142-3/+3
| | | | |
| * | | | add unit testsBjörn Schießle2016-07-141-0/+161
| | | | |
| * | | | create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-147-47/+156
| | | | | | | | | | | | | | | | | | | | this way the owner sees all mounted public links and control them individually
* | | | | [tx-robot] updated from transifexNextcloud bot2016-07-174-40/+42
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2016-07-164-2/+10
| | | | |
* | | | | Fix PHPUnit 5.4 warnings in files_sharing testsRoeland Jago Douma2016-07-154-116/+116
| |/ / / |/| | |
* | | | Merge pull request #407 from nextcloud/dav_phpunit_fixesMorris Jobke2016-07-1536-179/+472
|\ \ \ \ | | | | | | | | | | Fix PHPUnit 5.4 warnings in DAV app
| * | | | Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-1536-179/+472
| | | | | | | | | | | | | | | | | | | | * getMock is deprecated
* | | | | PasswordLoginForbidden is not a FATAL exceptionRoeland Jago Douma2016-07-141-0/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | It is just a 'Sabre\DAV\Exception\NotAuthenticated' exception with some special meaning. So just log it as DEBUG and not as FATAL.
* | | | Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-masterLukas Reschke2016-07-141-5/+6
|\ \ \ \ | | | | | | | | | | Fix hidden file list master
| * | | | Allow shares with create permissions only aswellJoas Schilling2016-07-141-5/+6
| | |/ / | |/| |
* / | | [tx-robot] updated from transifexNextcloud bot2016-07-148-2/+18
|/ / /
* | / Remove unneeded usage of tipsyMorris Jobke2016-07-131-1/+0
| |/ |/| | | | | * tooltip is already initialized