aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1715 from owncloud/fixing-1640-masterThomas Müller2013-02-151-1/+1
|\ | | | | changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME
| * changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAMEThomas Mueller2013-02-151-1/+1
| |
* | Merge pull request #1700 from owncloud/fixing-1680-masterJan-Christoph Borchardt2013-02-151-1/+1
|\ \ | |/ |/| Fixing 1680 master
| * filter l10n-* filesThomas Mueller2013-02-141-1/+1
| |
* | we should never drop a databaseThomas Mueller2013-02-151-0/+3
| |
* | Merge pull request #1712 from owncloud/debug-exceptionThomas Müller2013-02-141-6/+6
|\ \ | | | | | | Don't catch errors/exceptions when debug is enabled
| * | set DEBUG from xdebug session before we first use itRobin Appelman2013-02-151-6/+6
| | |
| * | Don't cache errors/exceptions when debug is enabledRobin Appelman2013-02-151-1/+1
| | |
* | | Fix quotes in OC_User::isEnabledRobin Appelman2013-02-151-2/+2
|/ / | | | | | | this broke login
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-154-0/+30
| |
* | Merge pull request #1662 from owncloud/style-cleanupBart Visscher2013-02-1460-387/+814
|\ \ | | | | | | Style cleanup
| * | Style-fix: Breakup long linesBart Visscher2013-02-1451-260/+682
| | |
| * | Whitespace indent fixesBart Visscher2013-02-147-24/+26
| | |
| * | Add braces around single line if statementsBart Visscher2013-02-141-3/+6
| | |
| * | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-1412-45/+45
| | |
| * | Fix indentation styleBart Visscher2013-02-145-32/+32
| | |
| * | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-1411-23/+23
| | |
* | | Invalidate existing HSTS headersLukas Reschke2013-02-141-0/+5
| |/ |/|
* | adding a compatibility.js as a single source to define all fallback function ↵Thomas Mueller2013-02-141-0/+1
|/ | | | declarations
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-145-11/+80
|
* Merge pull request #1598 from owncloud/fixing-1424-masterThomas Müller2013-02-135-47/+88
|\ | | | | Fixing 1424 master
| * Merge branch 'master' into fixing-1424-masterThomas Mueller2013-02-1321-14/+327
| |\ | | | | | | | | | | | | Conflicts: settings/js/users.js
| * | introduce new virtual method hasUserListings() to determine if a user ↵Thomas Mueller2013-02-115-47/+75
| | | | | | | | | | | | backend can list it's users.
| * | Merge branch 'master' into fixing-1424-masterThomas Mueller2013-02-1130-86/+184
| |\ \
| * \ \ Merge branch 'master' into fixing-1424-masterThomas Müller2013-02-0913-17/+666
| |\ \ \
| * | | | on creation only test for existing users if the backend supports user creationThomas Müller2013-02-081-1/+14
| | | | | | | | | | | | | | | | | | | | this solves the issue where no users can be created any more if backends are active which always return true on userExists() like WebDAV Auth
* | | | | alpha 1Frank Karlitschek2013-02-091-2/+2
| | | | |
* | | | | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-123-3/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | | Mapped storage unit testing linux master
| * | | | fixing mappedlocal storage to work on non-windows as wellThomas Mueller2013-02-112-1/+18
| | | | | | | | | | | | | | | | | | | | this allows us to run unit tests on linux - necessary to enable easy regression testing
| * | | | Merge branch 'master' into mapped-storage-unit-testing-linux-masterThomas Mueller2013-02-1122-31/+124
| |\ \ \ \
| * | | | | make MappedLocal available and testable within Linux as wellThomas Müller2013-02-092-2/+4
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-133-1/+29
| | | | | |
* | | | | | $this->numericId should be determined based on table storages not filecacheThomas Mueller2013-02-121-1/+1
| | | | | |
* | | | | | Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller2013-02-121-12/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cache: reuse known folder sizes when doing a shallow scan - rebase
| * | | | | | Cache: fix scanner trying to use existing data when file isn't in cacheRobin Appelman2013-02-121-2/+1
| | | | | | |
| * | | | | | fixing syntax errorThomas Mueller2013-02-121-1/+1
| | | | | | |
| * | | | | | Cache: also preserve etags for filesRobin Appelman2013-02-121-2/+5
| | | | | | |
| * | | | | | Cache: don't create a new etag when the mtime hasn't changedRobin Appelman2013-02-111-0/+3
| | | | | | |
| * | | | | | Cache: actually use parameterRobin Appelman2013-02-111-1/+1
| | | | | | |
| * | | | | | Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-3/+7
| | | | | | |
| * | | | | | Cache: simplify scanner logic a bit when handeling with unknown folder sizesRobin Appelman2013-02-111-9/+7
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-126-0/+93
| | | | | |
* | | | | | Merge pull request #1634 from irgsmirx/patch-6Thomas Müller2013-02-111-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update/Bugfix lib/files/cache/legacy.php during database upgrade
| * | | | | | Update lib/files/cache/legacy.phpirgsmirx2013-02-111-0/+6
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Fixing a bug that occurs when trying to update a non-existent 'fscache' table in the database - if unfixed upgrading does not succeed. Unfortunately I could not get a call to PEAR::isError working. That is why I check for the existence of a property present in class MDB2_Error.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-127-0/+117
| | | | | |
* | | | | | Merge pull request #1596 from owncloud/fix_470Thomas Müller2013-02-113-1/+63
|\ \ \ \ \ \ | |/ / / / / |/| | | | | webdav put improvements
| * | | | | only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer2013-02-112-14/+18
| | | | | |
| * | | | | delete partial file when file upload is abortedJörn Friedrich Dreyer2013-02-112-14/+17
| | | | | |
| * | | | | check Content-Length to detect aborted uploadsJörn Friedrich Dreyer2013-02-112-0/+19
| | | | | |
| * | | | | also rename file when it has not been present beforeJörn Friedrich Dreyer2013-02-111-2/+2
| | | | | |