Lukas Reschke
|
e577ef8728
|
Merge pull request #409 from nextcloud/files_sharing_unittest_fixes
Fix PHPUnit 5.4 warnings in files_sharing tests
|
2016-07-15 16:18:53 +02:00 |
Julius Haertl
|
3f47138d27
|
Theming: Fix spaces in settings-admin.js
|
2016-07-15 14:45:05 +02:00 |
Julius Haertl
|
639be661c4
|
Theming: Add tests for inverted colors
|
2016-07-15 14:16:41 +02:00 |
Julius Haertl
|
387550be88
|
Theming: Implement swapping the foreground color for bright colors
|
2016-07-15 14:16:41 +02:00 |
Robin Appelman
|
d485cfd40d
|
fix since
|
2016-07-15 13:58:44 +02:00 |
Roeland Jago Douma
|
db559e33be
|
Fix PHPUnit 5.4 warnings in files_sharing tests
|
2016-07-15 12:22:53 +02:00 |
Joas Schilling
|
ec6f696978
|
Add unit tests
|
2016-07-15 11:54:47 +02:00 |
Morris Jobke
|
ab6db739fa
|
Merge pull request #407 from nextcloud/dav_phpunit_fixes
Fix PHPUnit 5.4 warnings in DAV app
|
2016-07-15 11:14:15 +02:00 |
Roeland Jago Douma
|
2fcb24166f
|
Fix PHPUnit 5.4 warnings in DAV app
* getMock is deprecated
|
2016-07-15 09:52:46 +02:00 |
Roeland Douma
|
5bfa958484
|
Merge pull request #404 from nextcloud/nopasswordlogingallowed_is_not_fatal
PasswordLoginForbidden is not a FATAL exception
|
2016-07-15 09:39:57 +02:00 |
Joas Schilling
|
f35b696a2d
|
Also load the theming app on CLI
|
2016-07-15 09:17:30 +02:00 |
Joas Schilling
|
2c988ecbf4
|
Use the themed Defaults everywhere
|
2016-07-15 09:17:30 +02:00 |
Joas Schilling
|
e8d6621a24
|
Better handling of empty slogan
|
2016-07-15 08:49:16 +02:00 |
Roeland Jago Douma
|
059b7435ab
|
PasswordLoginForbidden is not a FATAL exception
It is just a 'Sabre\DAV\Exception\NotAuthenticated' exception
with some special meaning.
So just log it as DEBUG and not as FATAL.
|
2016-07-14 22:53:12 +02:00 |
Bjoern Schiessle
|
f8a531c06c
|
don't convert link share to federated share if outgoing federated shares are forbidden
|
2016-07-14 20:48:45 +02:00 |
Bjoern Schiessle
|
c7f6461c53
|
rename SaveToNextcloudController to MountPublicLinkController
|
2016-07-14 16:39:48 +02:00 |
Bjoern Schiessle
|
56d3100f44
|
adjust copyright notices
|
2016-07-14 16:39:48 +02:00 |
Bjoern Schiessle
|
dc53788711
|
remove unused parameter
|
2016-07-14 16:39:48 +02:00 |
Bjoern Schiessle
|
55b990b544
|
allow to mount public link from Nextclouds <= 9
|
2016-07-14 16:39:48 +02:00 |
Bjoern Schiessle
|
5bbba490c4
|
move some stuff over to the federatedfilesharing app
|
2016-07-14 16:39:48 +02:00 |
Bjoern Schiessle
|
2f23054b01
|
s/ownCloud/Nextcloud
|
2016-07-14 16:39:48 +02:00 |
Bjoern Schiessle
|
33a685bc41
|
continue to accept the URL of the remote server instead of the federated cloud id
|
2016-07-14 16:39:48 +02:00 |
Robin Appelman
|
e34ee9099d
|
add files_external:notify command
|
2016-07-14 16:00:57 +02:00 |
Lukas Reschke
|
813b58ab94
|
Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-master
Fix hidden file list master
|
2016-07-14 15:37:42 +02:00 |
Joas Schilling
|
aaf2be4c3d
|
Use argument instead of value
|
2016-07-14 15:09:47 +02:00 |
Roeland Douma
|
dc07ab0d26
|
Merge pull request #399 from nextcloud/fix_app_managertest
Cleanup ManagerTest
|
2016-07-14 14:54:43 +02:00 |
Robin Appelman
|
e1fa314b18
|
add notify support to smb storage
|
2016-07-14 14:46:01 +02:00 |
Joas Schilling
|
268e65730a
|
Add a new integration test for CREATE only shares
|
2016-07-14 14:33:28 +02:00 |
Joas Schilling
|
f72f819086
|
Make sure the update was successful
|
2016-07-14 14:32:51 +02:00 |
Morris Jobke
|
3a24f03eb4
|
Merge pull request #396 from ayamshanov/gitignore_personal_mimetypes
Ignore users personal mimetype configs
|
2016-07-14 14:20:41 +02:00 |
Roeland Jago Douma
|
a3fa0d00c3
|
Cleanup ManagerTest
* Fix deprecated getMock call
* No longer requires DB
|
2016-07-14 13:49:18 +02:00 |
Björn Schießle
|
4f82c029de
|
Merge pull request #397 from nextcloud/license-stuff
updated license script and readme
|
2016-07-14 13:37:15 +02:00 |
Bjoern Schiessle
|
1394b0afb9
|
replace 'ownCloud' with 'Nextcloud'
|
2016-07-14 11:22:35 +02:00 |
Björn Schießle
|
a0ae16aa1a
|
add unit tests
|
2016-07-14 11:22:35 +02:00 |
Björn Schießle
|
f5d0b464a7
|
create a real federated share if a user add a public link to his ownCloud
this way the owner sees all mounted public links and control them individually
|
2016-07-14 11:22:35 +02:00 |
Bjoern Schiessle
|
e50c5d1524
|
add some information for contributors regarding the copyright header and claify that all contributions are considered AGPLv3 or later
|
2016-07-14 10:46:59 +02:00 |
Joas Schilling
|
76736731eb
|
Allow shares with create permissions only aswell
|
2016-07-14 10:27:29 +02:00 |
Joas Schilling
|
1df65e9872
|
Don't need update permissions on hidden files
|
2016-07-14 10:25:53 +02:00 |
Joas Schilling
|
7b62a8de05
|
Add delete permissions to the default (new in oc9.1)
|
2016-07-14 10:25:24 +02:00 |
Nextcloud bot
|
a6c23a1f8b
|
[tx-robot] updated from transifex
|
2016-07-14 00:09:19 +00:00 |
Bjoern Schiessle
|
762d76f0c3
|
- keep copyright notice and only update the authors list
- check if all changes to a file happened after the fork, this allows the authors to check if the file can be relicensed to AGPLv3 or later
|
2016-07-13 20:31:16 +02:00 |
Alexander Yamshanov
|
03a76c7887
|
Ignore users personal mimetype configs
|
2016-07-13 20:05:07 +03:00 |
Joas Schilling
|
4656b79c8e
|
FIx my email
|
2016-07-13 18:46:27 +02:00 |
Joas Schilling
|
9ed62c3b81
|
Fix descriptions
|
2016-07-13 18:44:00 +02:00 |
Joas Schilling
|
dcacdde1ea
|
Add tests for set/get/delete/list
|
2016-07-13 18:43:57 +02:00 |
Joas Schilling
|
f574a9d44f
|
Make sure the exception is catched
|
2016-07-13 18:43:53 +02:00 |
Joas Schilling
|
01899b8cf1
|
Add tests for checkInput()
|
2016-07-13 18:43:50 +02:00 |
Joas Schilling
|
db6dba9619
|
Allow deleting a setting
|
2016-07-13 18:43:46 +02:00 |
Joas Schilling
|
c3c7a5fd2c
|
Allow setting values
|
2016-07-13 18:43:43 +02:00 |
Joas Schilling
|
b96f0c99b0
|
Add a occ command to list/get user preferences
|
2016-07-13 18:43:36 +02:00 |