summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-301-0/+1
* Merge pull request #7929 from owncloud/enc_dont_write_file_if_enc_failsBjörn Schießle2014-03-281-0/+2
|\
| * don't write file if opening a stream to encrypt the data failsBjoern Schiessle2014-03-281-0/+2
* | Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-1/+1
|\ \ | |/ |/|
| * finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-1/+84
| * fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-251-83/+0
* | Merge pull request #7872 from owncloud/trash-disablestoragestatsBjörn Schießle2014-03-281-0/+5
|\ \
| * | Do not retrieve storage stats for trash binVincent Petry2014-03-281-0/+5
* | | Merge pull request #7842 from Xenopathic/files_external_config_optionalRobin McCorkell2014-03-282-17/+25
|\ \ \
| * | | Insert missing braceRobin McCorkell2014-03-241-3/+3
| * | | Enable the use of 'optional' on password fields (JavaScript part)Robin McCorkell2014-03-211-8/+13
| * | | Correct field modifier checkingRobin McCorkell2014-03-201-3/+3
| * | | Enable the use of 'optional' on password fieldsRobin McCorkell2014-03-201-7/+10
* | | | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-287-31/+0
|\ \ \ \
| * | | | killing some more calls to OC_App::loadApps(); - because we load all apps in ...Thomas Müller2014-03-251-1/+0
| * | | | Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-21474-2654/+5611
| |\ \ \ \
| * | | | | Within OC:init() the minimum set of apps is loaded - which is filesystem, aut...Thomas Müller2014-02-061-6/+0
| * | | | | remove superfluous $RUNTIME_APPTYPESThomas Müller2014-02-065-24/+0
* | | | | | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-287-20/+116
|\ \ \ \ \ \
| * | | | | | change mobile breakpoint for shared view to 768px as wellJan-Christoph Borchardt2014-03-261-1/+1
| * | | | | | adding ellipsis on file names to public file list as wellThomas Müller2014-03-261-0/+8
| * | | | | | adding proper notification area for multi line messagesThomas Müller2014-03-261-0/+8
| * | | | | | adding ellipsis on file namesThomas Müller2014-03-251-0/+7
| * | | | | | mobile: document min-width valueJan-Christoph Borchardt2014-03-211-2/+2
| * | | | | | mobile: adjust break to 768, also fix min-widthsJan-Christoph Borchardt2014-03-212-2/+2
| * | | | | | do not show Deleted Files on mobile, not optimized yet and button too longJan-Christoph Borchardt2014-03-211-0/+5
| * | | | | | mobile: remove shift for multiselect bar to account for missing navigationJan-Christoph Borchardt2014-03-211-0/+5
| * | | | | | fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns undefine...Thomas Müller2014-03-181-5/+8
| * | | | | | mobile: change CSS order so rename and versions are hiddenJan-Christoph Borchardt2014-03-181-6/+5
| * | | | | | additional class is added to the file actions called e.g. 'action-share', 'ac...Thomas Müller2014-03-172-12/+28
| * | | | | | mobile: first mobile fixes for Files. We still need to hide Rename and VersionsJan-Christoph Borchardt2014-03-142-0/+45
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-283-0/+8
* | | | | | | Merge pull request #7913 from owncloud/fix-logoMorris Jobke2014-03-283-5/+5
|\ \ \ \ \ \ \
| * | | | | | | fix breadcrumbs for IE8Morris Jobke2014-03-271-1/+1
| * | | | | | | enable SVG->PNG fallback for 'New' menuJan-Christoph Borchardt2014-03-271-3/+3
| * | | | | | | enable SVG->PNG fallback for newly uploaded files and foldersJan-Christoph Borchardt2014-03-271-1/+1
* | | | | | | | Merge pull request #7911 from owncloud/ext-fixswifttouchoperationVincent Petry2014-03-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix swift touch operationVincent Petry2014-03-271-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #7875 from Xenopathic/files_external_smb_autoVincent Petry2014-03-274-46/+156
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Use braces on single line if statementsRobin McCorkell2014-03-261-6/+10
| * | | | | | | Fix error in $isPersonal settingRobin McCorkell2014-03-261-1/+1
| * | | | | | | Perform proper checking for share availabilityRobin McCorkell2014-03-263-45/+90
| * | | | | | | Rename SMB_Auto to SMB_OC and change visible nameRobin McCorkell2014-03-263-5/+5
| * | | | | | | Revoke sharable permission on automatic SMB sharesRobin McCorkell2014-03-261-0/+4
| * | | | | | | Use loginname instead of display nameRobin McCorkell2014-03-261-1/+1
| * | | | | | | SMB/CIFS mount using OwnCloud logon credentialsRobin McCorkell2014-03-263-3/+60
* | | | | | | | Merge pull request #7898 from owncloud/ext-swiftmtimeVincent Petry2014-03-271-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed mtime reading from OpenStack APIVincent Petry2014-03-261-0/+4
| |/ / / / / / /
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-271-0/+1
* | | | | | | | Miscellaneous text fixes for core appsRobin McCorkell2014-03-264-5/+5
|/ / / / / / /