summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-0713-28/+34
|
* Merge pull request #294 from owncloud/fix_ldap_typo_set_not_get_valueLukas Reschke2012-11-061-1/+1
|\ | | | | LDAP: fix typo in config value handling.
| * LDAP: fix typo in config value handling.Arthur Schiwon2012-11-061-1/+1
|/
* Merge pull request #258 from wardragon/ldap_existence_check_no_refactorblizzz2012-11-062-6/+11
|\ | | | | LDAP: improved object existence check
| * Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-052-3/+4
| |
| * Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-052-6/+10
| | | | | | This way, readAttribute can act as an existence checker.
* | Merge pull request #273 from owncloud/fix_webdav_shared_91blizzz2012-11-061-7/+10
|\ \ | | | | | | Return empty array if file does not exist inside Shared folder, fixes issue #91
| * | Return empty array if file does not exist inside Shared folder, fixes issue #91Michael Gapczynski2012-11-051-7/+10
| | |
* | | Merge pull request #281 from butonic/fix_human_filesize_column_headerThomas Müller2012-11-061-1/+1
|\ \ \ | | | | | | | | fix human filesize column header
| * | | fix human filesize column headerJörn Friedrich Dreyer2012-11-061-1/+1
|/ / /
* | | Merge pull request #265 from owncloud/fix-button-img-cursorThomas Müller2012-11-051-0/+1
|\ \ \ | | | | | | | | make images in buttons also show click-hand on hover
| * | | make images in buttons also show click-hand on hoverJan-Christoph Borchardt2012-11-051-0/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-0624-55/+1666
| |/ / |/| |
* | | Merge pull request #267 from owncloud/improve_files_updateThomas Müller2012-11-051-2/+2
|\ \ \ | | | | | | | | Improve performance of files update (on larger setups)
| * | | prepare SQL query only once, that's what prepared statements are for. Should ↵Arthur Schiwon2012-11-051-2/+2
| |/ / | | | | | | | | | improve upgrade time with larger setups
* | | Merge pull request #269 from owncloud/fix_fe_mkdir_warningThomas Müller2012-11-051-1/+6
|\ \ \ | | | | | | | | Fix mkdir and opendir warnings when path does not exist
| * | | Fix mkdir and opendir warnings when path does not existArthur Schiwon2012-11-051-1/+6
| |/ /
* | | Merge pull request #268 from owncloud/fixing_template_testLukas Reschke2012-11-051-1/+1
|\ \ \ | |/ / |/| | Fixing failing template unit test
| * | fixes #266Thomas Mueller2012-11-051-1/+1
|/ /
* | support string values ('true' and 'false') for configuring the secure ↵Robin Appelman2012-11-054-3/+45
| | | | | | | | | | | | parameter on external storage backends fixes #78
* | Merge pull request #245 from owncloud/fileactionsThomas Müller2012-11-051-16/+10
|\ \ | | | | | | some more reuse for fileactions
| * | remove debug statementsRobin Appelman2012-11-051-2/+0
| | |
| * | this line shouldn't be hereRobin Appelman2012-11-041-1/+0
| | |
| * | some more code reuse for fileactionsRobin Appelman2012-11-041-16/+13
| | | | | | | | | | | | also fixes an issue where some fileactions always worked on the last file in the list
* | | Merge pull request #252 from owncloud/fix_user_webdavauthFrank Karlitschek2012-11-054-10/+13
|\ \ \ | | | | | | | | Fix user webdavauth
| * | | fix the webdavauth appFrank Karlitschek2012-11-053-4/+8
| | | |
| * | | fix the webdav user backend. still not completel working but a frist stepFrank Karlitschek2012-11-052-6/+5
| | | |
* | | | Merge pull request #242 from fmms/checkstyle05Thomas Müller2012-11-0541-638/+632
|\ \ \ \ | | | | | | | | | | Checkstyle fixes
| * | | | Style: The last two spacesFelix Moeller2012-11-042-2/+2
| | | | |
| * | | | Style: Remove all the dangling white spacesFelix Moeller2012-11-0421-58/+58
| | | | |
| * | | | Style: Different line endings in one file are bad for sureFelix Moeller2012-11-041-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | I think Checkstyle did not find this occurence, however consistant line endings are preferred. @DeepDiver can Checkstyle find this?
| * | | | Checkstyle: Fix the last two InvalidEOLCharFelix Moeller2012-11-042-500/+500
| | | | |
| * | | | Checkstyle: Fix last six NewlineBeforeOpenBraceFelix Moeller2012-11-045-12/+6
| | | | |
| * | | | Checkstyle: fix the last NoSpaceAfterEqualsFelix Moeller2012-11-041-1/+1
| | | | |
| * | | | Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-0414-25/+25
| | | | |
| * | | | Checkstyle: Fix the last two SpaceBeforeOpenBraceFelix Moeller2012-11-042-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-059-31/+31
| |/ / / |/| | |
* | | | add a link to the contribution guidelines to make it easier for new peopleFrank Karlitschek2012-11-041-1/+2
| |/ / |/| |
* | | Merge pull request #200 from owncloud/ldapLukas Reschke2012-11-041-6/+6
|\ \ \ | |/ / |/| | LDAP: clear the cache not only when TTL changes, but with every settings...
| * | merge from masterArthur Schiwon2012-11-04271-3597/+3632
| |\ \ | |/ / |/| |
* | | Merge pull request #238 from fmms/checkstyle04Thomas Müller2012-11-0495-297/+297
|\ \ \ | | | | | | | | Checkstyle fixes
| * | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-0484-251/+251
| | | |
| * | | Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-0423-46/+46
| | | |
* | | | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke2012-11-0410-129/+14
|\ \ \ \ | | | | | | | | | | Just one CSRF token per session
| * | | | Change the requesttoken back to OC.EventSource.requesttokenLukas Reschke2012-10-311-1/+1
| | | | |
| * | | | Create only one CSRF token per sessionLukas Reschke2012-10-319-128/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear.
* | | | | Remove uneeded debug outputLukas Reschke2012-11-041-1/+0
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-0429-96/+135
| | | |
* | | | check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-032-5/+11
| | | |
* | | | some tests for the file blacklistRobin Appelman2012-11-031-8/+42
| | | |