aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-086-14/+27
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-079-11/+54
|
* Read configuratons for external filesystem test from a private place.Thomas Mueller2013-06-071-0/+9
| | | | This will help not to accidentially push private data and enable testing on our ci server.
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-067-2/+46
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-06-0515-8/+167
|
* LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600Arthur Schiwon2013-06-041-0/+4
|
* Merge pull request #3561 from owncloud/usericewind19912013-06-031-1/+1
|\ | | | | Refactor of user management
| * fix broken testsFlorin Peter2013-05-311-1/+1
| |
* | Merge pull request #3051 from owncloud/backgroundjobicewind19912013-06-023-12/+11
|\ \ | | | | | | Reworked background job system.
| * | Files: use public api to register backgroundjobRobin Appelman2013-06-021-1/+1
| | |
| * | merge master into backgroundjobRobin Appelman2013-06-02376-3989/+10324
| |\ \
| * | | Rework background job systemRobin Appelman2013-04-202-11/+10
| | | |
* | | | Merge pull request #3567 from owncloud/fixing-3466Frank Karlitschek2013-06-021-2/+12
|\ \ \ \ | |_|/ / |/| | | In cases where smb4php returns false of an empty array stat/( has to ret...
| * | | In cases where smb4php returns false of an empty array stat/( has to return ↵Thomas Mueller2013-06-011-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | false. Fixes #3466 because the test method of external filesystems uses stat() to detect if the given parameters are okay. Changes to 3rdparty are necessary as well: https://github.com/owncloud/3rdparty/pull/33
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-022-1/+25
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-016-1/+28
| | | |
* | | | Merge pull request #3565 from owncloud/fix_ldap_sqlite_n_jsblizzz2013-05-312-2/+8
|\ \ \ \ | | | | | | | | | | Fix ldap sqlite n js
| * | | | LDAP: sqlite compatibility for emptyiing tablesArthur Schiwon2013-05-311-1/+7
| | | | |
| * | | | LDAP: fix setting value of checkbox after loading configurationArthur Schiwon2013-05-311-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #3562 from owncloud/fix_ldap_offline_host_handlingblizzz2013-05-311-3/+9
|\ \ \ \ | | | | | | | | | | Fix ldap offline host handling
| * | | | LDAP: fix possible recursionArthur Schiwon2013-05-251-0/+7
| | | | |
| * | | | LDAP: fix handling when LDAP Host is offlineArthur Schiwon2013-05-251-3/+2
| | |/ / | |/| |
* | | | also fix login errors while filesystem is not loaded in app.phpFlorin Peter2013-05-311-0/+6
| | | |
* | | | Merge branch 'master' into files_encryption_fs_loaded_fixFlorin Peter2013-05-317-142/+145
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3527 from owncloud/file_encryption_external_storage_fixesFlorinPeter2013-05-317-142/+145
| |\ \ \ | | | | | | | | | | File encryption external storage fixes
| | * | | added our own file extension .part will not work here if we use ↵Florin Peter2013-05-302-5/+5
| | | | | | | | | | | | | | | | | | | | file_get_contents so we used our own extension '.etmp'
| | * | | prevent files_versions from calling file proxy which calls files_encryption ↵Florin Peter2013-05-301-0/+17
| | | | | | | | | | | | | | | | | | | | and do unnecessary load and file operations
| | * | | fix share and un-share for single fileFlorin Peter2013-05-301-23/+13
| | | | |
| | * | | fixed problems with file_get_contents and file_put_contents this problem was ↵Florin Peter2013-05-303-127/+92
| | | | | | | | | | | | | | | | | | | | related to text editor with big text files
| | * | | Merge branch 'master' into file_encryption_external_storage_fixesFlorin Peter2013-05-3016-718/+757
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php
| | * | | | fixed typoFlorin Peter2013-05-291-1/+1
| | | | | |
| | * | | | Merge branch 'master' into file_encryption_external_storage_fixesFlorin Peter2013-05-2911-34/+40
| | |\ \ \ \
| | * | | | | fix for share folder on external storageFlorin Peter2013-05-292-2/+33
| | | | | | |
| | * | | | | check list of users with access to the file from the bottom to the top. This ↵Björn Schießle2013-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages
| | * | | | | fixed if fopen returns false typically on external storageFlorin Peter2013-05-281-1/+1
| | | | | | |
* | | | | | | fix login errors while filesystem is not loadedFlorin Peter2013-05-311-0/+5
|/ / / / / /
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-316-0/+19
| | | | | |
* | | | | | LDAP: fix generation of alternate internal name on conflicts. Use also ↵Arthur Schiwon2013-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | smaller number for better user experience on e.g. *DAV links
* | | | | | Merge pull request #3529 from owncloud/folder-permissionsicewind19912013-05-302-1/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cache: provide a function to get the permissions of all files in a folder with one query
| * | | | | | Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-05-292-1/+31
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-3013-18/+44
| |_|/ / / |/| | | |
* | | | | reformat codeFlorin Peter2013-05-292-16/+16
| | | | |
* | | | | changed " to 'Florin Peter2013-05-293-13/+13
| | | | |
* | | | | changed l10n to full sentencesFlorin Peter2013-05-291-14/+25
| | | | |
* | | | | changes l10n after reviewFlorin Peter2013-05-291-5/+5
| | | | |
* | | | | changes after reviewFlorin Peter2013-05-291-1/+5
| | | | |
* | | | | Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-2911-39/+45
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/proxy.php apps/files_encryption/lib/session.php apps/files_encryption/lib/stream.php
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-293-2/+12
| | | | |
| * | | | fixed missing convert to new session handlerFlorin Peter2013-05-281-3/+2
| | | | |
| * | | | fixed encryption session namespace to avoid problemsFlorin Peter2013-05-285-11/+11
| | | | |