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 |
Roeland Jago Douma
|
db559e33be
|
Fix PHPUnit 5.4 warnings in files_sharing tests
|
2016-07-15 12:22:53 +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 |
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 |
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 |
Roeland Douma
|
dc07ab0d26
|
Merge pull request #399 from nextcloud/fix_app_managertest
Cleanup ManagerTest
|
2016-07-14 14:54:43 +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
|
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
|
c04e7b13c3
|
Merge pull request #392 from nextcloud/roottest_nodb
RootTest does not require DB
|
2016-07-13 16:54:19 +02:00 |
Roeland Douma
|
e1bad212cf
|
Merge pull request #387 from nextcloud/drone_split_ci
Split CI in DB & NODB
|
2016-07-13 16:42:51 +02:00 |
Joas Schilling
|
403c76c1eb
|
Merge pull request #391 from nextcloud/fix-doc-warnings
Fix warnings from building docs
|
2016-07-13 16:19:20 +02:00 |
Roeland Jago Douma
|
927be847b9
|
RootTest does not require DB
* Removed from DB group
* Also mock the manager
* Fixed deprecated getMock warnings
|
2016-07-13 14:35:34 +02:00 |
Joas Schilling
|
bb287c0036
|
Fix warnings from building docs
|
2016-07-13 14:30:50 +02:00 |
Lukas Reschke
|
77642535cd
|
Merge pull request #389 from nextcloud/more-tooltip
Use tooltip for background jobs info tooltip
|
2016-07-13 14:02:56 +02:00 |
Morris Jobke
|
2eb48426af
|
Use tooltip for background jobs info tooltip
|
2016-07-13 13:01:17 +02:00 |
Morris Jobke
|
27ba288804
|
Merge pull request #386 from nextcloud/use-tooltip-instead-of-tipsy
Use tooltip instead of tipsy
|
2016-07-13 12:51:15 +02:00 |
Morris Jobke
|
3c432a8afe
|
Use tooltip for ssl certs table
|
2016-07-13 10:00:02 +02:00 |
Morris Jobke
|
cf79417490
|
Use tooltip for background job execution time
|
2016-07-13 09:59:42 +02:00 |
Morris Jobke
|
e9eb94e899
|
Use tooltip for app management badges
|
2016-07-13 09:59:08 +02:00 |
Morris Jobke
|
2b86f1e677
|
Remove unneeded usage of tipsy
* tooltip is already initialized
|
2016-07-13 09:57:49 +02:00 |
Roeland Jago Douma
|
f2d091a963
|
Fix failing tests after db split
|
2016-07-13 09:26:19 +02:00 |
Roeland Jago Douma
|
aa5158afc3
|
Split CI into DB and NODB groups
|
2016-07-13 09:07:45 +02:00 |
Nextcloud bot
|
afef11f84a
|
[tx-robot] updated from transifex
|
2016-07-13 00:09:46 +00:00 |
Lukas Reschke
|
2bf7d3a5bd
|
Merge pull request #377 from nextcloud/fix_dep_prov_user
Fix Warnings Provisioning API
|
2016-07-12 12:30:13 +02:00 |
Joas Schilling
|
4c19a0099d
|
Merge pull request #373 from nextcloud/fix_noDB
FIX NODB group
|
2016-07-12 10:32:02 +02:00 |
Roeland Jago Douma
|
f9e0e3d972
|
Fix Warnings Provisioning API
* OC_OCS_Result is deprecated
* getMock is deprecated in phpunit 5.4
|
2016-07-12 08:53:12 +02:00 |
Nextcloud bot
|
e29835a702
|
[tx-robot] updated from transifex
|
2016-07-12 00:09:34 +00:00 |
Joas Schilling
|
77071d07cf
|
Merge pull request #371 from nextcloud/implement-get-title
Implement "getTitle"
|
2016-07-11 21:57:52 +02:00 |
Roeland Jago Douma
|
8d739f308b
|
Some UtilTests require DB
In the current setup there is no DI so no way to mock them.
|
2016-07-11 21:05:39 +02:00 |
Roeland Jago Douma
|
5b6f5f1a07
|
LegacyGroupTest need DB
Those old tests make it impossible in the current state to abstract
away.
|
2016-07-11 21:02:27 +02:00 |
Roeland Jago Douma
|
4ebf001b2e
|
Improve ManagerTest
* No DB required
* Fixed phpunit 5.4 warnings
|
2016-07-11 21:02:27 +02:00 |
Roeland Jago Douma
|
31018adab3
|
Improve GroupTest
* No longer require DB
|
2016-07-11 21:02:27 +02:00 |
Lukas Reschke
|
0fd770765f
|
Implement "getTitle"
Fixes https://github.com/nextcloud/server/issues/341
|
2016-07-11 19:36:26 +02:00 |
Björn Schießle
|
e8169e0d71
|
Merge pull request #364 from nextcloud/ca-bundle-tests
add test for needsRebundling() check
|
2016-07-11 17:34:31 +02:00 |
Lukas Reschke
|
e25d1cd62b
|
Merge pull request #361 from nextcloud/make-theming-work-with-pretty-urls
Make theming work with pretty URLs
|
2016-07-11 17:01:33 +02:00 |
Roeland Douma
|
0473ec30ec
|
Merge pull request #362 from nextcloud/fix_nodetest_nodb
Improve NodeTest
|
2016-07-11 16:34:28 +02:00 |
Bjoern Schiessle
|
7c64e1973f
|
add test for needsRebundling() check
|
2016-07-11 15:51:48 +02:00 |
Roeland Jago Douma
|
3b4535c3be
|
Improve NodeTest
* Do not use DB
* Fix phpunit-5.4 warnigns
* Moved commong stuff to setup
|
2016-07-11 15:41:02 +02:00 |