summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)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 fails
| * 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
|\ \ | |/ |/| sharing api cleanup, first step
| * 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 bin
| * | 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
|\ \ \ | | | | | | | | Enable the use of 'optional' on password fields for mount configuration
| * | | Insert missing braceRobin McCorkell2014-03-241-3/+3
| | | |
| * | | Enable the use of 'optional' on password fields (JavaScript part)Robin McCorkell2014-03-211-8/+13
| | | | | | | | | | | | | | | | See ed0c10a10b0b3a9d9d898a64461de707026cd6d3
| * | | Correct field modifier checkingRobin McCorkell2014-03-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Existing code checks for the existence of a modifier ('&', '!', '#', '*') anywhere in the field name, but strips the first character regardless. This change makes it so that only modifiers at the beginning of the string are counted.
| * | | Enable the use of 'optional' on password fieldsRobin McCorkell2014-03-201-7/+10
| | | | | | | | | | | | | | | | | | | | The logic has been changed, in that 'class="optional"' is applied to both password and text types if the field begins with the optional market, '&'.
* | | | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-287-31/+0
|\ \ \ \ | | | | | | | | | | Load apps proper master
| * | | | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | | | | | | | | | | | | | | | | | handleRequest()
| * | | | Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-21474-2654/+5611
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * | | | | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵Thomas Müller2014-02-061-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | authentication and logging
| * | | | | remove superfluous $RUNTIME_APPTYPESThomas Müller2014-02-065-24/+0
| | | | | |
* | | | | | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-287-20/+116
|\ \ \ \ \ \ | | | | | | | | | | | | | | [WIP] Mobile optimization for base layout and Files app
| * | | | | | 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 ↵Thomas Müller2014-03-181-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | undefined - happens on resize to a very small width
| * | | | | | 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', ↵Thomas Müller2014-03-172-12/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'action-rename' in order to allow proper translations of the action's display name an additional parameter has been added to the register function
| * | | | | | 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 SVG replacement for logo so it works in IE8, fix #7866
| * | | | | | | 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 operation
| * | | | | | | | Fix swift touch operationVincent Petry2014-03-271-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The touch() operation now uses "UpdateMetadata()" instead of "Update()" which doesn't clear the object's contents. This fixes syncing, as the sync client needs to use touch to update the object's mtime.
* | | | | | | | Merge pull request #7875 from Xenopathic/files_external_smb_autoVincent Petry2014-03-274-46/+156
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | SMB/CIFS mounts using ownCloud login, fixes #7843
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To check for shares, the code attempts to connect anonymously to the share. In most cases this will fail with NT_STATUS_ACCESS_DENIED, so the regex array used for parsing the output of smbclient in smb4php has been overridden to treat such output as success. The 'test' method for storage classes can now take a single parameter, $isPersonal, which allows the storage to adjust the tests performed based on if they are being configured as personal shares or as system shares.
| * | | | | | | Rename SMB_Auto to SMB_OC and change visible nameRobin McCorkell2014-03-263-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMB_Auto is now SMB_OC, and the name has been changed from "SMB / CIFS Auto" to "SMB / CIFS using OC login"
| * | | | | | | Revoke sharable permission on automatic SMB sharesRobin McCorkell2014-03-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shares authenticated with user credentials (aka not hard coded) cannot be accessed by other users, breaking sharing. This change completely revokes sharing for such shares
| * | | | | | | Use loginname instead of display nameRobin McCorkell2014-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getDisplayName would return the display name of the user, not great if it is a canonical string. The uid passed back from 'login' is the UUID of the user, so also not suitable. The login name from the session is the username the user used to log in to ownCloud in the first place, which is what is needed.
| * | | | | | | SMB/CIFS mount using OwnCloud logon credentialsRobin McCorkell2014-03-263-3/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Selecting 'SMB/CIFS Auto' in the mounts configuration allows an SMB/CIFS mount to be configured that uses the credentials of the user logging in to authenticate to the server. Optionally, the username can be used as the share name, permitting home shares to be dynamically mounted.
* | | | | | | | Merge pull request #7898 from owncloud/ext-swiftmtimeVincent Petry2014-03-271-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed mtime reading from OpenStack API
| * | | | | | | | Fixed mtime reading from OpenStack APIVincent Petry2014-03-261-0/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API seems to return floating point values, which prevents the hasUpdated() check to work and causes the scanner to rescan everything every time.
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-271-0/+1
| | | | | | | |
* | | | | | | | Miscellaneous text fixes for core appsRobin McCorkell2014-03-264-5/+5
|/ / / / / / /