Jenkins for ownCloud
023c8b0eac
[tx-robot] updated from transifex
2016-04-30 01:55:54 -04:00
Thomas Müller
6c2e94e0b2
Merge pull request #24335 from owncloud/warning-for-wrongly-done-storage-wrappers
...
Add a warning if a storage wrapper was registered outside of the hook
2016-04-29 17:43:50 +02:00
Thomas Müller
e59ccc5fe9
Merge pull request #24299 from owncloud/availability-avoid-concurrency
...
Prevent concurrent storage availability checks
2016-04-29 17:43:31 +02:00
Robin Appelman
e51467689d
mount custom cache folder using mount providers
2016-04-29 17:41:09 +02:00
Thomas Müller
f79a81258e
Merge pull request #24357 from owncloud/psr_more2
...
Move more from \OC to PSR-4
2016-04-29 17:39:44 +02:00
Vincent Petry
b3a2828c46
Merge pull request #24350 from owncloud/locking-release-memory
...
optimize releaselock for memcache based locking backends
2016-04-29 17:00:44 +02:00
Vincent Petry
4326d73ff6
Fix SMB storage to not normalize UTF8
...
This makes sure that even if a NFD file name exists, it is found by the
storage and will be visible to higher layers. Even though the file will
be discarded anyway there, it gives the scanner a chance to display a
warning at least.
2016-04-29 16:19:53 +02:00
Vincent Petry
61203eee04
Add files:scan warning when NFD or incompatible encoding found
2016-04-29 16:18:59 +02:00
Morris Jobke
daf5f793a4
Merge pull request #24351 from owncloud/capped-normalized-cache
...
cap the normalized path cache
2016-04-29 15:22:06 +02:00
Roeland Jago Douma
f52c5b31b6
Move more from \OC to PSR-4
...
* \OC\OCSClient
* \OC\Preview
* \OC\PreviewManager
* \OC\Repair
* \OC\RepairException
* \OC\Search
* \OC\ServerContainer
* \OC\ServerNotAvailableException
* \OC\ServiceUnavailableException
* \OC\Setup
* \OC\Streamer
* \OC\SubAdmin
* \OC\SystemConfig
* \OC\TagManager
* \OC\Tags
* \OC\TempManager
* \OC\TemplateLayout
* \OC\URLGenerator
* \OC\Updater
2016-04-29 15:08:01 +02:00
Thomas Müller
66ebc2ee6f
Merge pull request #24337 from owncloud/add-db-group-for-required-tests
...
Add the DB group for preview tests that require the database
2016-04-29 15:02:27 +02:00
Roeland Douma
5bf7e6dd02
Merge pull request #24352 from owncloud/psr4_more
...
Move more of \OC to PSR-4
2016-04-29 14:57:58 +02:00
Thomas Müller
dda942a917
firstoccurence and lastoccurence have a length now - triggering BIGINT on postgres - refs #24221
2016-04-29 14:57:19 +02:00
Thomas Müller
22ff97256e
Test an event in the far future - refs #24221
2016-04-29 14:57:19 +02:00
Vincent Petry
6571da1519
Merge pull request #24305 from owncloud/update-show-repair-step-progress
...
[Update] show repair step progress ...
2016-04-29 13:47:15 +02:00
Robin Appelman
d850a764eb
cap the normalized path cache
2016-04-29 13:17:41 +02:00
Roeland Jago Douma
f5e0d6ae6a
Move more of \OC to PSR-4
...
* \OC\DateTimeFormatter
* \OC\DateTimeZone
* \OC\ForbiddenException
* \OC\HTTPHelper
* \OC\HintException
* \OC\LargeFileHelper
* \OC\Log
* \OC\NaturalSort
* \OC\NavigationManager
* \OC\NeedsUpdateException
* \OC\NotSquareException
2016-04-29 13:13:47 +02:00
Robin Appelman
49ad0fcfa9
optimize releaselock for memcache based locking backends
2016-04-29 12:54:33 +02:00
Thomas Müller
5b45f0f914
Merge pull request #24345 from owncloud/readme-9.1
...
Update readme for 9.1 links
2016-04-29 11:55:18 +02:00
Thomas Müller
b9330b5523
Merge pull request #24342 from owncloud/fix_private_root_files
...
Moved some files in \OC to PSR-4
2016-04-29 11:54:59 +02:00
Vincent Petry
7ef1e40f2d
Update readme for 9.1 links
2016-04-29 11:44:26 +02:00
Lukas Reschke
5f9700ccda
Merge pull request #24317 from owncloud/app-require-bits
...
Allow app developers to specify the minimum int size
2016-04-29 11:40:42 +02:00
Joas Schilling
a85be14b62
Add the DB group for tests that require the database
2016-04-29 09:30:47 +02:00
Joas Schilling
f1b6b0799c
Add a warning if a storage wrapper was registered outside of the hook
2016-04-29 09:08:40 +02:00
Roeland Jago Douma
d312051b3d
Moved some files in \OC to PSR-4
...
* \OC\ActivityManager
* \OC\AllConfig
* \OC\AppConfig
* \OC\AppHelper
* \OC\Avatar
* \OC\AvatarManager
* \OC\CapabilitiesManager
* \OC\Config
* \OC\ContactsManager
* \OC\DatabaseException
* \OC\DatabaseSetupException
2016-04-29 08:00:31 +02:00
Jenkins for ownCloud
1f63e8df61
[tx-robot] updated from transifex
2016-04-29 01:54:56 -04:00
Thomas Müller
46caf1fbfe
Merge pull request #24332 from owncloud/http_psr4
...
Move \OC\Http to PSR-4
2016-04-29 06:53:04 +02:00
Bernhard Posselt
4c1b55be92
allow app developers to specify the minimum int size
...
simplify comparison
remove additional null
fix off by 1 error
2016-04-28 22:55:15 +02:00
Roeland Douma
238dbe9252
Merge pull request #24326 from owncloud/fix_for_php_7_0_6
...
Make ownCloud work again in php 7.0.6
2016-04-28 21:43:32 +02:00
Thomas Müller
0e774e0fd8
Merge pull request #24274 from owncloud/async-repair-steps
...
Introduce background repair steps
2016-04-28 14:11:43 +02:00
Vincent Petry
6ec835c1da
Merge pull request #24287 from owncloud/smb-110
...
update icewind/streams to 1.1.0
2016-04-28 14:08:51 +02:00
Thomas Müller
7ad1d491f4
Adding progress to occ upgrade
2016-04-28 13:52:01 +02:00
Thomas Müller
821d8736c8
Adding progress to web upgrade
2016-04-28 13:52:01 +02:00
Thomas Müller
bbd2a07525
Remove emitter from class Repair
2016-04-28 13:52:01 +02:00
Thomas Müller
cdcd49b473
Adding progress to occ maintenance:repair
2016-04-28 13:52:01 +02:00
Joas Schilling
b8114bcc33
When we iterate over all users that might be too much memory
2016-04-28 12:26:48 +02:00
Roeland Jago Douma
eb11ed1851
Make ownCloud work again in php 7.0.6
...
See https://bugs.php.net/bug.php?id=72117
2016-04-28 12:23:17 +02:00
Joas Schilling
76af70180d
Don't loop over the backends, we already know where the user should be
2016-04-28 12:03:19 +02:00
Roeland Jago Douma
0b69cd1120
Move \OC\Http to PSR-4
2016-04-28 10:10:50 +02:00
Jenkins for ownCloud
ba0099f73a
[tx-robot] updated from transifex
2016-04-28 01:55:14 -04:00
Thomas Müller
eb8addb077
Merge pull request #24290 from owncloud/mimetypealiases-2
...
correct typo in mimetypealiases.dist.json
2016-04-28 07:00:59 +02:00
Thomas Müller
2debf8665b
Merge pull request #24315 from owncloud/l10n_psr4
...
L10N to PSR-4
2016-04-28 07:00:17 +02:00
Roeland Jago Douma
873d12600d
Move \OC\L10N to PSR-4
2016-04-27 20:23:25 +02:00
Roeland Jago Douma
20020abff4
Move OC_L10N_String to legacy folder
2016-04-27 20:23:25 +02:00
Thomas Müller
d061b7072e
Merge pull request #24310 from owncloud/enoch85-patch-1
...
2015 --> 2016
2016-04-27 17:04:53 +02:00
Daniel Hansson
e4c21eef7b
2015 --> 2016
2016-04-27 15:52:59 +02:00
Thomas Müller
2ab4b1ce04
Merge pull request #23942 from owncloud/fix-behat
...
Use baseUrl as provided
2016-04-27 10:01:32 +02:00
Thomas Müller
44709276c0
Merge pull request #22777 from owncloud/encrypt_all_master_key
...
improved encrypt-all script
2016-04-27 09:48:46 +02:00
Thomas Müller
20602ff36a
Merge pull request #21417 from J0WI/css-fixes
...
css fallbacks and code style fixes
2016-04-27 09:47:36 +02:00
Thomas Müller
977ad50640
Merge pull request #24286 from owncloud/hooks_psr4
...
Move \OC\Hooks to PSR-4
2016-04-27 09:46:54 +02:00