Jenkins for ownCloud
8a4fddeb4a
[tx-robot] updated from transifex
11 years ago
Thomas Müller
7ba391cd5a
Merge pull request #14468 from owncloud/af-db-cleanup
Clean up AppFramework database layer
11 years ago
Bernhard Posselt
59bbf27253
remove IDb interface from core class usage
11 years ago
Thomas Müller
c62eb9d652
owncloud -> ownCloud
11 years ago
Bernhard Posselt
4e29a4d867
deprecate getters for deprecated class
11 years ago
Bernhard Posselt
f993ed823e
fix tabs and spaces
11 years ago
Bernhard Posselt
aaf753bc9a
fix mappertestutility
11 years ago
Bernhard Posselt
7b2fdbfb0b
use IDBConnection and close cursors after insert/update/delete
11 years ago
Bernhard Posselt
fb84e7d282
migrate to IDBConnection
11 years ago
Lukas Reschke
0720cf0ad1
Merge pull request #14494 from owncloud/fix-oracle-master
using Doctrine\DBAL\Connection::executeUpdate()
11 years ago
Lukas Reschke
94bf2c8d6d
Merge pull request #14509 from owncloud/fix/14231
Show 404 page when accessing empty share URL
11 years ago
Vincent Petry
64c333c44b
Merge pull request #14508 from owncloud/tagmanager-nouser
Return null when requesting tags for null user
11 years ago
Clark Tomlinson
e8c3e33154
Merge pull request #14490 from owncloud/remove-unused-deprecated-code
Remove unused and deprecated Code
11 years ago
Lukas Reschke
921a76ae2e
Merge pull request #14245 from cmeh/master
Message clean-up
11 years ago
Lukas Reschke
fca4628a5c
Show 404 page when accessing empty share URL
Testplan:
- [ ] Without: Accessing `public.php?service=files&t=` throws an exception
- [ ] With: No exception thrown and 404 page displayed.
Fixes https://github.com/owncloud/core/issues/14231
11 years ago
Vincent Petry
9ee37169a6
Return null when requesting tags for null user
The TagManager->load() now returns null if the user is not authenticated
instead of failing with an error.
11 years ago
Thomas Müller
14c592fe86
Merge pull request #14500 from owncloud/fileglobalgc-cleanup
Cleanup garbage collection for global file cache
11 years ago
Robin McCorkell
695f43a1ed
Merge pull request #10735 from owncloud/use_remote_addr
Use getRemoteAddress which supports reverse proxies
11 years ago
Robin Appelman
a848a6b1dd
Cleanup garbage collection for global file cache
11 years ago
Thomas Müller
e9d25e4fdb
using Doctrine\DBAL\Connection::executeUpdate()
11 years ago
Lukas Reschke
de44a2b2ab
Remove unused and deprecated Code
Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
11 years ago
Thomas Müller
f5b6226732
Merge pull request #14462 from owncloud/add-some-php-docs
Add some PHPDocs
11 years ago
Thomas Müller
f6044fe429
Merge pull request #14460 from owncloud/revive/12971
Add support for sftp custom port
11 years ago
Thomas Müller
bcf3704645
Merge pull request #14458 from owncloud/revive/11157
Get the real protocol behind several proxies
11 years ago
Robin McCorkell
af96078153
Merge pull request #14475 from owncloud/fix-ext-owncloud
Fix bugs in ownCloud external storage
11 years ago
Thomas Müller
7f7cdecb1a
Merge pull request #13741 from owncloud/autotest_improvements
Better config cleanup in autotest.sh
11 years ago
Thomas Müller
799e144b04
Merge pull request #14151 from owncloud/update-sabre2.1
Sabre Update to 2.1
11 years ago
Robin McCorkell
edfeb05a05
Fix bugs in ownCloud external storage
11 years ago
Thomas Müller
b3de86d851
Remove locks plugin.
Reasoning:
- a WebDAV server is not required to implement locking support
- WebDAV Locking is know to break the sync algorithm
- the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
11 years ago
Vincent Petry
fb87b746f0
Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-sorting
Update naturalsort_defaultcollator.php. Fixes #13982
11 years ago
Thomas Müller
7e7e0c51fb
Merge pull request #14471 from owncloud/always-load-authentication-apps
Always load authentication apps
11 years ago
Jenkins for ownCloud
31f881415b
[tx-robot] updated from transifex
11 years ago
AW-UC
0066c6f001
Add PHPunit test for DefaultCollator
This extends Test_NaturalSort to include a basic test for
\OC\NaturalSort_DefaultCollator()
11 years ago
AW-UC
d57f5c70e9
Fix sorting for files that only differ in case.
11 years ago
Lukas Reschke
c1d7b22d08
Always load authentication apps
The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared.
In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7)
Backport to 8 might be something to consider.
Fixes https://github.com/owncloud/core/issues/14469
11 years ago
Thomas Müller
09a06e4f0a
Merge pull request #14068 from owncloud/autotest-external-sftp
[files_external] sftp tests
11 years ago
Lukas Reschke
52495dc995
Merge pull request #13740 from owncloud/fix-12190-2
Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups
11 years ago
Lukas Reschke
b6289542e8
Merge pull request #14400 from owncloud/fix-cron-deadlock
Use flock instead of just checking if there is a file to prevent deadloc...
11 years ago
Bernhard Posselt
5b506ab518
use flock instead of just checking if there is a file to prevent deadlocks when the process crashed or the unlink wasnt done
move cron.lock into top directory to prevent external storage issues
use tmp directory lock file
use new config interface
incorporate #13770
add dots
11 years ago
Lukas Reschke
d43d34c93f
Merge pull request #14195 from owncloud/activity-manager-performance-improvements
Activity manager performance improvements
11 years ago
Thomas Müller
7325414481
Merge pull request #14282 from owncloud/disable-non-shipped-apps-master
3rd-party apps are disabled on upgrade
11 years ago
Thomas Müller
48cefd9bd5
Merge pull request #14461 from owncloud/fix-code-that-never-worked
Fix code that never worked
11 years ago
Joas Schilling
88cfe46906
Merge pull request #11555 from goodkiller/patch-1
Update group.php
11 years ago
Lukas Reschke
276824299c
Merge pull request #13340 from owncloud/use-http-only
Use "HTTPOnly" for cookies when logging out
11 years ago
Lukas Reschke
dbb665a361
Add some PHPDocs
My IDE was crying...
11 years ago
Lukas Reschke
9adcd15cb3
Use [0] instead of current as HHVM might have problems with that
11 years ago
Lukas Reschke
65dcbccee0
Merge pull request #14459 from owncloud/fix-oracle
Dont break code which relies on the cursor being open after insert/updat...
11 years ago
Lukas Reschke
1229184873
Fix code that never worked
Introduced with 1df8a5a774 in February 2013…
11 years ago
Lukas Reschke
6dd5bc0379
Fix code style as per review
11 years ago
SA
350f8eb86e
Add support for sftp custom port
11 years ago