Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-04-04 | 1 | -0/+8 |
| | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly. | ||||
* | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2015-01-08 | 2 | -0/+45 |
| | | | | | | Conflicts: lib/private/server.php lib/public/iservercontainer.php | ||||
* | Backport \OC\Security\Crypto to ownCloud 7 | Lukas Reschke | 2014-11-20 | 2 | -0/+71 |
| | | | | | Conflicts: lib/repair/repairconfig.php | ||||
* | fix typo in content type | Bernhard Posselt | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Support HTML in logo claim | Lukas Reschke | 2014-11-05 | 1 | -0/+8 |
| | |||||
* | Expose getAppKeys trough \OCP\IConfig | Robin Appelman | 2014-10-09 | 1 | -0/+14 |
| | |||||
* | Merge pull request #11299 from owncloud/barkport-10934 | Lukas Reschke | 2014-10-02 | 1 | -1/+1 |
|\ | | | | | [stable7] Don't complain about non-writable datadirs before we're installed | ||||
| * | Inject config into checkserver and cleanup tests | Robin Appelman | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | | | | Conflicts: lib/private/util.php | ||||
* | | some small fixes | Bjoern Schiessle | 2014-10-01 | 1 | -1/+1 |
| | | |||||
* | | mark exclude list as deprecated. It neither used by the files app nor by the | Bjoern Schiessle | 2014-10-01 | 1 | -1/+1 |
|/ | | | | | calendar or contacts app. It doesn't make sense to build a exclude list by the share API, the apps knows best which are valid targets. | ||||
* | Expose creatable permissions trough fileinfo | Robin Appelman | 2014-09-26 | 1 | -0/+7 |
| | |||||
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests Conflicts: apps/files/ajax/newfile.php lib/private/files/storage/dav.php lib/private/server.php lib/private/util.php lib/public/iservercontainer.php | ||||
* | update public interface for getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
| | |||||
* | Expose setSystemValue | Lukas Reschke | 2014-08-25 | 1 | -2/+1 |
| | |||||
* | we need the recipient as a additional parameter to know for which share the ↵ | Bjoern Schiessle | 2014-08-14 | 1 | -2/+3 |
| | | | | notification was send | ||||
* | Add group management to the public api | Robin Appelman | 2014-08-10 | 3 | -0/+171 |
| | |||||
* | Add ability to theme iOS and Android client URLs just like desktop URLs. | scolebrook | 2014-08-06 | 1 | -0/+16 |
| | | | | | | * added to personal settings page. * fix uppercase issue * remove escaping because it's unneeded | ||||
* | don't display share permission if resharing was disabled by the admin | Bjoern Schiessle | 2014-08-05 | 1 | -0/+9 |
| | |||||
* | Fix template rendering for 'blank' templates | Morris Jobke | 2014-07-30 | 1 | -1/+3 |
| | |||||
* | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-28 | 2 | -2/+12 |
| | |||||
* | - adding default value for $recoveryPassword | Thomas Müller | 2014-07-24 | 1 | -3/+3 |
| | | | | - set password correctly in lost password | ||||
* | Expose the user manager in the public server container | Robin Appelman | 2014-07-14 | 1 | -0/+7 |
| | |||||
* | Add public interfaces for User, UserManager and UserSession | Robin Appelman | 2014-07-14 | 3 | -0/+223 |
| | |||||
* | Adding new interface \OCP\Activity\IExtentsion | Thomas Müller | 2014-07-08 | 2 | -1/+191 |
| | | | | | | | | | | | | Adding method getNotificationTypes() Adding method filterNotificationTypes() Adding method getDefaultTypes() Adding method translate() and getTypeIcon() Adding method getGroupParameter() Adding method getNavigation() Adding method getNavigation() Adding method isFilterValid() and getQueryForFilter() Adding unit tests for \OC\ActivityManager | ||||
* | introduce and use getCurrentConnection() | Jörn Friedrich Dreyer | 2014-07-04 | 1 | -0/+7 |
| | |||||
* | Merge pull request #9329 from owncloud/sharing_check_target | Vincent Petry | 2014-07-02 | 1 | -0/+4 |
|\ | | | | | don't move a share mount point into a different mount point | ||||
| * | add a explicit interface for the home storage | Bjoern Schiessle | 2014-07-01 | 1 | -0/+4 |
| | | |||||
* | | Detect removed public shares | Robin Appelman | 2014-07-01 | 2 | -0/+25 |
| | | |||||
* | | Add StorageNotAvailableException | Robin Appelman | 2014-06-30 | 1 | -0/+19 |
|/ | |||||
* | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 1 | -0/+33 |
|\ | | | | | Object storage | ||||
| * | move to stream based IObjectStore interface, rearrange & reformat code | Jörn Friedrich Dreyer | 2014-06-20 | 1 | -8/+4 |
| | | |||||
| * | fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+7 |
| | | | | | | | | storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject() | ||||
| * | change architecture from inheritance to composition | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+32 |
| | | |||||
* | | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 1 | -0/+9 |
|/ | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router. | ||||
* | also handle lowercase headers | Bernhard Posselt | 2014-06-11 | 1 | -22/+22 |
| | |||||
* | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 1 | -0/+24 |
| | |||||
* | Merge pull request #4553 from owncloud/update_search_classes | Vincent Petry | 2014-06-06 | 4 | -0/+177 |
|\ | | | | | Update search classes | ||||
| * | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 4 | -0/+177 |
| | | | | | | | | static wrapper for it, move provider and result to public api | ||||
* | | remove controller serializers | Bernhard Posselt | 2014-06-05 | 2 | -47/+3 |
|/ | |||||
* | remove file locking - code will continue to live in it's own app | Thomas Müller | 2014-06-04 | 1 | -63/+0 |
| | |||||
* | Move Lock to private namespace, add interface. Update PHPDoc. | ringmaster | 2014-06-04 | 1 | -253/+6 |
| | |||||
* | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 1 | -2/+1 |
| | |||||
* | Add actual locking and log changes necessary for debugging. | ringmaster | 2014-06-04 | 1 | -25/+242 |
| | |||||
* | Continued flock work. | ringmaster | 2014-06-04 | 2 | -4/+49 |
| | |||||
* | flock changes. Work in progress. | ringmaster | 2014-06-04 | 3 | -0/+96 |
| | |||||
* | add OCP\Config:deleteSystemValue | Morris Jobke | 2014-06-02 | 1 | -0/+10 |
| | |||||
* | Fix PHPDoc | Lukas Reschke | 2014-06-01 | 1 | -9/+1 |
| | | | | - Remove not anymore existing parameters - Fix typo | ||||
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 1 | -0/+8 |
| | |||||
* | Merge pull request #8136 from owncloud/contactsmanager-register | Bart Visscher | 2014-05-27 | 2 | -4/+3 |
|\ | | | | | Implement the register function of OC\ContactsManager | ||||
| * | no return on register and unregister | Thomas Müller | 2014-05-19 | 1 | -2/+2 |
| | |