Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #632 from owncloud/fix_629 | Thomas Müller | 2013-01-06 | 1 | -1/+1 |
|\ | | | | | fix pattern for database names - #629 | ||||
| * | use regex which was suggested by dragotin | Georg Ehrke | 2012-12-17 | 1 | -1/+1 |
| | | |||||
| * | fix pattern for database names | Georg Ehrke | 2012-11-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1092 from owncloud/rename_dot | Thomas Müller | 2013-01-06 | 3 | -6/+18 |
|\ \ | | | | | | | Files: prevent people from renaming files to '.' | ||||
| * | | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ↵ | Thomas Mueller | 2013-01-06 | 2 | -5/+17 |
| | | | | | | | | | | | | | | | | | | changed! adding file name checks and notifications to isFileNameValid() for . and empty file name | ||||
| * | | Files: prevent people from renaming files to '.' | Robin Appelman | 2013-01-05 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1079 from owncloud/update-progress | Michael Gapczynski | 2013-01-05 | 7 | -49/+159 |
|\ \ \ | | | | | | | | | Updater progress feedback | ||||
| * \ \ | Merge branch 'master' into update-progress | Michael Gapczynski | 2013-01-05 | 149 | -3387/+4619 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1066 from owncloud/fix-388-master | Thomas Müller | 2013-01-05 | 3 | -21/+85 |
|\ \ \ \ | |_|/ / |/| | | | workaround for 32-bit systems to handle filesizes bigger than 2GB | ||||
| * | | | remove duplicate return | Thomas Mueller | 2013-01-05 | 1 | -2/+0 |
| | | | | |||||
| * | | | enhanced log message | Thomas Mueller | 2013-01-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | documentation adjusted on the way | Thomas Mueller | 2013-01-04 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fallback to use COM or exec('stat ..') is only executed if stat or filesize ↵ | Thomas Mueller | 2013-01-04 | 1 | -12/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | return negative values. Special case of BSD has been added as stat syntax differs In addition unknown OS is logged | ||||
| * | | | OC_Helper::is_function_enabled() added to find out if a function is available | Thomas Mueller | 2013-01-04 | 1 | -18/+43 |
| | | | | | | | | | | | | | | | | And some documentation adjusted on the way | ||||
| * | | | workaround for 32-bit systems to handle filesizes bigger than 2GB | Thomas Mueller | 2013-01-03 | 2 | -2/+19 |
| | | | | |||||
* | | | | Merge pull request #1053 from owncloud/ocs_api | Michael Gapczynski | 2013-01-04 | 18 | -488/+799 |
|\ \ \ \ | | | | | | | | | | | External API for ownCloud based on OCS | ||||
| * | | | | Remove the WIP external sharing api | Tom Needham | 2012-12-31 | 4 | -84/+0 |
| | | | | | |||||
| * | | | | Remove WIP OAuth code | Tom Needham | 2012-12-31 | 2 | -206/+0 |
| | | | | | |||||
| * | | | | Remove accidental submodule | Tom Needham | 2012-12-31 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Code cleanup and add copyright info | Tom Needham | 2012-12-31 | 1 | -1/+23 |
| | | | | | |||||
| * | | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 444 | -8363/+11975 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot | ||||
| * | | | | | Remove unused methods | Tom Needham | 2012-12-31 | 1 | -16/+0 |
| | | | | | | |||||
| * | | | | | check if admin | Frank Karlitschek | 2012-12-29 | 4 | -1/+10 |
| | | | | | | |||||
| * | | | | | Fall back to default log file if logfile config file not found, suppress ↵ | Michael Gapczynski | 2012-12-29 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | writing errors, fixes issue #826 | ||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-29 | 12 | -15/+17 |
| | | | | | | |||||
| * | | | | | Change post_write hook to write to prevent creating a duplicate of the ↵ | Michael Gapczynski | 2012-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | original file on upload | ||||
| * | | | | | prevent keyboardshortcuts from catching events outside the main doc - e.g. ↵ | Thomas Mueller | 2012-12-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | the share popup | ||||
| * | | | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 124 | -2770/+3675 |
| |\ \ \ \ \ | |||||
| * | | | | | | API: PUT and DELETE variables are now accessed from the parameters array | Tom Needham | 2012-12-15 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 1030 | -26105/+46695 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Remove 3rdparty repo from ocs_api branch | Tom Needham | 2012-12-14 | 577 | -192246/+0 |
| | | | | | | | | |||||
| * | | | | | | | API: Tidy up routes.php, remove redundant call registration | Tom Needham | 2012-12-14 | 1 | -9/+0 |
| | | | | | | | | |||||
| * | | | | | | | API: Add check to see if the user is authorised to run the api method | Tom Needham | 2012-12-12 | 1 | -5/+9 |
| | | | | | | | | |||||
| * | | | | | | | API: Include totalitems and itemsperpage meta data when needed. | Tom Needham | 2012-12-12 | 1 | -1/+7 |
| | | | | | | | | |||||
| * | | | | | | | API: Remove old code. Move remaining methods to OC_OCS_Result. | Tom Needham | 2012-12-12 | 5 | -320/+17 |
| | | | | | | | | |||||
| * | | | | | | | API: OCS methods now use OC_OCS_Result to return data | Tom Needham | 2012-12-12 | 4 | -10/+10 |
| | | | | | | | | |||||
| * | | | | | | | API: Further tidying, implement OC_OCS_Result object for api results. | Tom Needham | 2012-12-12 | 2 | -60/+74 |
| | | | | | | | | |||||
| * | | | | | | | API: Specify the response format using a GET parameter | Tom Needham | 2012-12-11 | 1 | -9/+5 |
| | | | | | | | | |||||
| * | | | | | | | External Share API: Move url down one level in response | Tom Needham | 2012-10-31 | 4 | -2/+15 |
| | | | | | | | | |||||
| * | | | | | | | Detect http protocol in providers.php | Tom Needham | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix url generated for public shared files | Tom Needham | 2012-10-28 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge master into ocs_api | Tom Needham | 2012-10-28 | 2011 | -185584/+52808 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add API method for sharing a file, currently only via a link. | Tom Needham | 2012-10-28 | 4 | -2/+73 |
| | | | | | | | | | |||||
| * | | | | | | | | Allow apps to pass defaults and requirements for their API calls | Tom Needham | 2012-10-28 | 1 | -2/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-09-17 | 215 | -1970/+2373 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | API: Parse PUT and DELETE variables | Tom Needham | 2012-09-17 | 1 | -0/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | API: Fix merge conflict remnants | Tom Needham | 2012-09-17 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | API: Allow admins to access SUBADMIN api methods | Tom Needham | 2012-09-14 | 1 | -2/+8 |
| | | | | | | | | | | |||||
| * | | | | | | | | | API: Add required auth level to OCS routes, move some routes to ↵ | Tom Needham | 2012-09-13 | 1 | -13/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provisioning_api app | ||||
| * | | | | | | | | | API: Use http authentication, check the auth level required | Tom Needham | 2012-09-13 | 1 | -19/+22 |
| | | | | | | | | | |