Thomas Müller
ad4ef8d91c
Merge pull request #19791 from owncloud/provisioning_api_adding_integration_tests
Added more tests and fixed a problem with asort which was returning f…
10 years ago
Thomas Müller
15ef39d5b9
Merge pull request #19952 from owncloud/share-dialogue-tests
Add JS tests for share dialog
10 years ago
Thomas Müller
06fdd94060
Merge pull request #19960 from owncloud/bump_pimple_3.0.2
3rdparty bump for pimple-3.0.2
10 years ago
Jenkins for ownCloud
c50bbb8cde
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
77f3c4e08a
3rdparty bump for pimple-3.0.2
10 years ago
Thomas Müller
e1e1f4fd99
Merge pull request #19930 from owncloud/sort_usernames
[provisioning api] fix failing testcase
10 years ago
Thomas Müller
b1b1f5debf
Merge pull request #19920 from owncloud/pear-core-minimal-1.0.1
3rdparty bump of pear-core-minimal
10 years ago
Thomas Müller
e0516c215c
Merge pull request #19954 from owncloud/remote-unrequired-dependencies
Use IRequest's `getScriptName` functionality instead of $_SERVER
10 years ago
Thomas Müller
0245cfb9d2
Merge pull request #19953 from owncloud/DeepDiver1975-patch-1
Delete indie.json
10 years ago
Roeland Jago Douma
9b64fa7b92
[provisioning api] losen test
Since we have no control of how backends sort their list of users and we
also don't want to sort yet another time the test now just checks if the
correct number of elements is returned and if they are from the list of
group members.
10 years ago
Lukas Reschke
23e22c52b0
Use IRequest's `getScriptName` functionality instead of $_SERVER['SCRIPT_NAME']
10 years ago
Lukas Reschke
8133d46620
Remove dependency on ICrypto + use XOR
10 years ago
Thomas Müller
06c037f096
Delete indie.json
10 years ago
Tom Needham
e3ae453ee5
Fix line lengths in share dialog unit tests
10 years ago
Thomas Müller
f7f2a160dd
Merge pull request #19918 from owncloud/send-begin-message
Update: state which step we are going to start and warn if it might b…
10 years ago
Tom Needham
8a6d22d751
Add JS tests for share autocompletion handling
10 years ago
Thomas Müller
f3e208a5a7
Merge pull request #19934 from owncloud/doclinks-9.0
Update doc links in README for 9.0
10 years ago
Thomas Müller
1060be0886
Merge pull request #19927 from owncloud/install-shipped-apps-on-upgrade
Install new shipped apps on upgrade
10 years ago
Thomas Müller
33144a5d80
Merge pull request #19827 from owncloud/subadmin_non_static
Make OC_SubAdmin non static
10 years ago
Roeland Jago Douma
a1ef0bc28b
3rdparty bump of pear-core-minimal
10 years ago
Joas Schilling
a0437591db
Use the normal OC.menu JS for handling the Settings menu
10 years ago
Thomas Müller
036c8a2e56
Merge pull request #19936 from owncloud/DeepDiver1975-patch-1
Remove the core version from shipped.json
10 years ago
Vincent Petry
e36c85178f
Do not display details bar after rename
10 years ago
Thomas Müller
ae0f20471a
Merge pull request #19923 from owncloud/apps-donotdisplaybrokenappiconininternetexplorer
Disable app icon preview in apps page for IE
10 years ago
Thomas Müller
c27531fe0f
Remove the core version from shipped.json
10 years ago
Vincent Petry
1c3b50b763
Update doc links in README for 9.0
10 years ago
Thomas Müller
ab8616b2f8
Merge pull request #19924 from owncloud/issue-19891-update-lists-disabled-apps-twice
Update - Only add one section for disabled apps
10 years ago
Sergio Bertolin
5703483e99
using canonize in assertEquals for arrays
10 years ago
Vincent Petry
abd0ba1f25
Fix file upload, conflict dialog, also in public link
- Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public
link page.
- Fix public link upload by properly adding the form data using a new
utility function "addFormData". That one is needed because IE8 upload
and regular upload use a different format...
10 years ago
Tom Needham
2ca5b1aa1f
Add test for remote share info tooltop
10 years ago
Roeland Jago Douma
02af4269f2
Fix unit test
Now that OC_SubAdmin is just a wrapper around OC\SubAdmin some unit
tests had to be fixed because they expected different behaviour.
Eventually they should move to properly mocked instances of OC\SubAdmin
of course
10 years ago
Morris Jobke
ee42e9d489
increase core version and add dav version number
10 years ago
Roeland Jago Douma
c515628ebe
Legacy OC_SubAdmin is now just a wrapper
10 years ago
Roeland Jago Douma
0e9ab13943
New \OC\SubAdmin class
* DI
* Tests
* moved OC_SubAdmin to legacy
* Added to private OC\GroupManager
10 years ago
Thomas Müller
d8276af301
Install new shipped apps on upgrade -fixes #19925
10 years ago
Vincent Petry
89e3860e1a
Disable app icon preview in apps page for IE
All IE versions are not able to properly upscale SVG icons unless the
said SVG files contain a "viewBox" attribute, which is not always the
case. Also we cannot guarantee that all third party apps will have this
attribute in their icons.
So for now, app icons will not be displayed in IE instead of broken
ones.
10 years ago
Thomas Müller
d0aeb268d6
Merge pull request #19883 from owncloud/provide-iappcontainer
Provide IAppContainer as dependency injection
10 years ago
Joas Schilling
e66e67567f
Update - Only add one section for disabled apps
10 years ago
Thomas Müller
cf9b8fc182
Merge pull request #18184 from owncloud/ocs-merge-headers
Merge headers of ocs results
10 years ago
Thomas Müller
26836d4c17
Merge pull request #19909 from owncloud/fix-memcached-warning
Fix memcached/memcache module check
10 years ago
Thomas Müller
645d27a849
Merge pull request #19892 from owncloud/bump_password_compat_1.0.4
Bump 3rdparty for password_compat
10 years ago
Robin Appelman
f39c73c79c
add phpdoc
10 years ago
Robin Appelman
cc7bd53d17
Keep shared locks until the end of the request so we can reuse them
10 years ago
Joas Schilling
9200bbeaba
Update: state which step we are going to start and warn if it might be slow
10 years ago
Jenkins for ownCloud
74f41349b7
[tx-robot] updated from transifex
10 years ago
Morris Jobke
afafd2f69e
Merge pull request #19907 from owncloud/scrutinizer_provisioning_api
Fix scrutinizer issues in provisioning API
10 years ago
Robin McCorkell
03dd1386da
Fix memcached/memcache module check
10 years ago
Roeland Jago Douma
aeffd51145
Fix scrutinizer issues
* PHPDoc
* Proper array initialization
10 years ago
Morris Jobke
a0e479342c
Merge pull request #19895 from owncloud/fix-public-pagination
Fix pagination on public file list
10 years ago
Roeland Jago Douma
1e7af887ac
Bump 3rdparty for password_compat
10 years ago