aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-046-1/+19
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-0336-1/+117
|
* Checkstyle: many fixesFelix Moeller2012-11-0221-129/+129
|
* Fix a typoLukas Reschke2012-11-021-1/+1
|
* Add CSRF tokenLukas Reschke2012-11-022-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-0249-49/+0
|
* Files: change wording 'From url' to 'From link'Jan-Christoph Borchardt2012-11-011-1/+1
|
* adapted comments to the code changesBjörn Schießle2012-11-012-2/+2
|
* load logging apps for webdav connectionsBjörn Schießle2012-11-012-2/+3
| | | | Backport of de1b95c
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-011-1/+1
|
* Merge pull request #155 from owncloud/token-expired-IEJörn Friedrich Dreyer2012-10-311-0/+2
|\ | | | | Send the requesttoken as form value
| * Change IE8 to "older IE versions"Lukas Reschke2012-10-301-1/+1
| | | | | | | | I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine.
| * Send the requesttoken as form valueLukas Reschke2012-10-301-0/+2
| | | | | | | | | | | | | | This is needed for IE < 8 because it doesn't send the CSRF token here. So that it is impossible to upload files. Fixes #110 and related to #122
* | Merge pull request #152 from scambra/webdav-quotaThomas Müller2012-10-311-0/+1
|\ \ | | | | | | checking quota in webdav
| * | fix checking quota in webdav, adding a sabredav pluginscambra2012-10-301-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-315-6/+43
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-302-0/+8
| |
* | Merge pull request #133 from fmms/checkstyle02Lukas Reschke2012-10-293-50/+50
|\ \ | | | | | | NoSpaceAfterComma -- checkstyle cleanup
| * | NoSpaceAfterCommaFelix Moeller2012-10-283-50/+50
| | |
* | | Merge pull request #142 from denis-b/patch-2blizzz2012-10-291-1/+1
|\ \ \ | | | | | | | | | | | | fix moving (in) dirs containing "+"
| * | | Update apps/files/ajax/move.phpdenis-b2012-10-291-1/+1
| | |/ | |/| | | | fix moving dirs containing "+"
* / | Update apps/files/index.phpdenis-b2012-10-291-1/+1
|/ / | | | | fix dirnames containing "+" not displayed
* | Use files remote webdav in compatibility files/webdav.phpBart Visscher2012-10-291-2/+2
| |
* | Remove fixme, problem is solved alreadyBart Visscher2012-10-291-4/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-293-14/+28
|/
* Fix shared status iconsMichael Gapczynski2012-10-282-31/+5
|
* properly replace fileaction icons with pngs when neededRobin Appelman2012-10-281-2/+2
|
* don't move file into subdirectory if a file with the same name already ↵Georg Ehrke2012-10-281-0/+5
| | | | exists (fixes #92)
* use css to show/hide fileactionsRobin Appelman2012-10-282-28/+10
|
* code styleRobin Appelman2012-10-281-93/+101
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-282-3/+3
|
* LDAP: usersInGroup now also does LDAP serverside search.Arthur Schiwon2012-10-271-30/+41
|
* LDAP: make filter in readAttribute configurableArthur Schiwon2012-10-271-2/+6
|
* LDAP: getGroups to use paged searchesArthur Schiwon2012-10-271-12/+20
|
* LDAP: improve slicingArthur Schiwon2012-10-271-3/+8
|
* LDAP: add error handling for failed searchesArthur Schiwon2012-10-271-0/+5
|
* LDAP: be careful which limit is send to possible paged LDAP searchArthur Schiwon2012-10-271-1/+4
|
* LDAP: use the correct attribute in filterArthur Schiwon2012-10-271-1/+1
|
* LDAP: fix again proper check if groups are enabledArthur Schiwon2012-10-271-1/+3
|
* remove TODO comment, it's doneArthur Schiwon2012-10-271-1/+0
|
* Remove wrongly committed filesBart Visscher2012-10-272-180/+0
|
* remove remaining line from merge conflictBjörn Schießle2012-10-271-2/+1
|
* Merge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git'Bart Visscher2012-10-272-0/+180
|\ | | | | | | | | Conflicts: lib/base.php
| * Update Sabre to version 1.7.1Susinthiran Sithamparanathan2012-10-172-0/+180
| |
* | fix broken paths in versions appBjörn Schießle2012-10-271-280/+279
| |
* | don't call $('#found_versions').chosen(); after opening the history ↵Björn Schießle2012-10-271-1/+0
| | | | | | | | drop-down since no version is selected at the beginning
* | Fix download url generationBart Visscher2012-10-271-1/+1
| |
* | LDAP: let result processing in Access::search slice the array for ↵Arthur Schiwon2012-10-272-14/+11
| | | | | | | | not-paginated search. getUsers e.g. does not need to take care of it anymore. adjustments in group_ldap to follow.
* | LDAP: debug messagedArthur Schiwon2012-10-271-3/+4
| |
* | LDAP: sourced out paged search init into initPagedSearch method, making ↵Arthur Schiwon2012-10-271-28/+46
| | | | | | | | search slicker again