summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | [tx-robot] updated from transifexNextcloud bot2016-07-138-0/+16
| |
* | Fix Warnings Provisioning APIRoeland Jago Douma2016-07-126-330/+417
|/ | | | | * OC_OCS_Result is deprecated * getMock is deprecated in phpunit 5.4
* [tx-robot] updated from transifexNextcloud bot2016-07-1252-92/+60
|
* Merge pull request #371 from nextcloud/implement-get-titleJoas Schilling2016-07-112-0/+25
|\ | | | | Implement "getTitle"
| * Implement "getTitle"Lukas Reschke2016-07-112-0/+25
| | | | | | | | Fixes https://github.com/nextcloud/server/issues/341
* | Fix testsoparoz2016-07-111-4/+4
| |
* | Make theming work with pretty URLsoparoz2016-07-112-2/+2
|/ | | | | In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension. Fixes #315
* Change occurence of ownCloud (#352)Morris Jobke2016-07-111-3/+2
|
* Merge pull request #347 from nextcloud/drop-windows-fooLukas Reschke2016-07-111-5/+2
|\ | | | | Remove unneeded checks if it runs on a Windows machine
| * Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-5/+2
| | | | | | | | * the setup check is still there
* | Add new "Recent files" icon to files app (#356)Bugsbane2016-07-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.
* | [tx-robot] updated from transifexNextcloud bot2016-07-116-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-106-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-0940-90/+120
|/
* Fix test using private propertriesRobin Appelman2016-07-082-2/+2
|
* combine if statementsRobin Appelman2016-07-081-13/+10
|
* handle errors while getting fileinfoRobin Appelman2016-07-081-1/+1
|
* Allow nullRobin Appelman2016-07-081-1/+1
|
* Fix type hintingRobin Appelman2016-07-085-6/+7
|
* add missing varRobin Appelman2016-07-081-2/+2
|
* hint global handlebarsRobin Appelman2016-07-083-2/+8
|
* dont overwrite a variable with a different typeRobin Appelman2016-07-081-3/+3
|
* Fix undefined propertiesRobin Appelman2016-07-086-2/+23
|
* [tx-robot] updated from transifexNextcloud bot2016-07-0822-62/+74
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-0716-70/+288
|\ | | | | Sync master
| * Simplify test code and don't show anything if no date is setMorris Jobke2016-07-072-10/+4
| |
| * add unit testsMorris Jobke2016-07-071-3/+40
| |
| * Update header during update callbackMorris Jobke2016-07-071-5/+5
| |