summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-1013-35/+76
|
* removing all ?> jutt in caseThomas Müller2013-09-1057-105/+0
|
* removing ?> followed by whitespacesThomas Müller2013-09-105-10/+0
|
* Merge pull request #4647 from owncloud/fix_4619Thomas Müller2013-09-101-0/+3
|\ | | | | Workaround for IE 9 & 10 for clicking filelist after adding new item
| * Workaround for IE 9 & 10 for clicking filelist after adding new itemringmaster2013-08-291-0/+3
| |
* | Merge pull request #4726 from owncloud/files-ie8-missingfilecheckboxesThomas Tanghus2013-09-091-1/+6
|\ \ | | | | | | Fixed missing checkboxes in IE8
| * | Fixed missing checkboxes in IE8Vincent Petry2013-09-081-1/+6
| | | | | | | | | | | | | | | | | | | | | IE8 is not happy with the :checked CSS3 selector which causes it to ignore the whole rule. Replace it with a more compatible selector.
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-083-3/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-078-8/+22
| | |
* | | coding style fixesBjoern Schiessle2013-09-061-1/+2
| | |
* | | fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-063-45/+24
| | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/stream.php
* | | check shares for the real file and not for the .part fileBjoern Schiessle2013-09-061-0/+5
| | |
* | | first check if a extension exists before comparing itBjoern Schiessle2013-09-061-1/+1
| | |
* | | handle part files correctlyBjoern Schiessle2013-09-061-6/+27
| | |
* | | prefix #filestable to tbody trPete McFarlane2013-09-061-3/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-0514-15/+45
| | |
* | | Merge pull request #4683 from owncloud/publicuploadjserrorThomas Müller2013-09-041-0/+1
|\ \ \ | |/ / |/| | Fixed public upload error that prevents upload
| * | Fixed public upload error that prevents uploadVincent Petry2013-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Public upload is broken because the file_upload_param variable expected to exist by public.js didn't. This fix sets the variable scope to the window to make it accessible outside.
* | | Merge pull request #4473 from owncloud/texteditor_polishingJörn Friedrich Dreyer2013-09-031-1/+1
|\ \ \ | | | | | | | | Texteditor polishing
| * | | Revert "remove editor div in filelist", add "is deprecated" commentJörn Friedrich Dreyer2013-09-031-0/+1
| | | | | | | | | | | | | | | | This reverts commit 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.
| * | | remove editor div in filelistJörn Friedrich Dreyer2013-08-161-1/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-038-7/+37
| | | |
* | | | This function doesn't cache anymore. Adjusted PHPDoc to suit.ringmaster2013-09-021-1/+1
| | | |
* | | | Don't cache the pkey, skip generation if the keyfile existsringmaster2013-09-022-13/+11
| | | |
* | | | Employ config option for OpenSSL config file, if provided.Owen Winkler2013-09-022-6/+20
| | | | | | | | | | | | | | | | This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS.
* | | | Start a branch for easier OpenSSL configuration.Owen Winkler2013-09-022-1/+12
| | | |
* | | | Merge pull request #4671 from owncloud/emptycontentBernhard Posselt2013-09-014-10/+4
|\ \ \ \ | | | | | | | | | | centers text message in empty-content page (files and files_trashbin apps)
| * | | | rename emptyfolder to emptycontentAlessandro Cosentino2013-08-312-3/+3
| | | | |
| * | | | text centered horizontally and vertically in emptycontent divAlessandro Cosentino2013-08-312-7/+1
| | |/ / | |/| |
* / | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-0149-32/+96
|/ / /
* | | fix issue with filetable backgroundGeorg Ehrke2013-08-301-1/+1
| | |
* | | Merge master into oc_previewGeorg Ehrke2013-08-3073-300/+164
|\ \ \
| * | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-3072-296/+163
| | | |
| * | | prefix 'tbody tr' to separate app/core css errorspetemcfarlane2013-08-301-1/+1
| | |/ | |/| | | | | | | For specific details see: https://github.com/owncloud/core/pull/4536/files#r6082305
* | | use gerMimeTypeDetector detectPath instead of getMimeTypeGeorg Ehrke2013-08-301-1/+1
| | |
* | | Merge master into oc_previewGeorg Ehrke2013-08-2985-354/+1742
|\| |
| * | Merge pull request #3926 from owncloud/improve_filesummaryThomas Müller2013-08-284-40/+127
| |\ \ | | | | | | | | Improve filelist summary
| | * | Reimplement filesummary in JSkondou2013-08-284-40/+127
| | | | | | | | | | | | | | | | Fix #993
| * | | also move empty folders to the trash bin as discussed here #4590Bjoern Schiessle2013-08-281-5/+0
| | | |
| * | | Merge pull request #4489 from owncloud/clean-3rdparty-mess-masterBart Visscher2013-08-2815-2/+1506
| |\ \ \ | | |/ / | |/| | Clean 3rdparty mess master
| | * | fixing require pathThomas Müller2013-08-182-2/+2
| | | |
| | * | moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-1715-2/+1506
| | | |
| * | | Merge pull request #4601 from owncloud/fixing-4341-masterMorris Jobke2013-08-283-27/+33
| |\ \ \ | | | | | | | | | | backport of #4357 to master
| | * | | backport of #4357 to masterThomas Müller2013-08-273-27/+33
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-281-1/+3
| |/ / /
| * | | Merge pull request #4572 from NCTU-NBA/pr-checkbox-displacementMorris Jobke2013-08-271-1/+1
| |\ \ \ | | | | | | | | | | Fix "select all" checkbox displacement when checked, fix #4571
| | * | | Fix "select all" checkbox displacement when checkedPellaeon Lin2013-08-261-1/+1
| | | | |
| * | | | LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-2751-85/+63
| | | | |
| * | | | the trash bin can also contain empty files. Don't use the trash bin size as ↵Bjoern Schiessle2013-08-271-4/+5
| | | | | | | | | | | | | | | | | | | | indicator to decide if the trash bin is empty or not