Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add group management to the public api | Robin Appelman | 2014-08-10 | 7 | -48/+235 |
| | |||||
* | remove share permissions if user is excluded from sharing | Bjoern Schiessle | 2014-08-08 | 1 | -0/+10 |
| | |||||
* | implement a txt preview fallback for the case that ttf is not support | Georg Ehrke | 2014-08-07 | 1 | -1/+8 |
| | |||||
* | Fix SharedCache::getPathById | Robin Appelman | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | return null instead of throwing an exception | Robin Appelman | 2014-08-07 | 1 | -2/+1 |
| | |||||
* | Fix Folder::getById | Robin Appelman | 2014-08-07 | 2 | -39/+25 |
| | |||||
* | Merge pull request #10226 from owncloud/fix-lowlat-cache-autoload-stable7 | Thomas Müller | 2014-08-07 | 2 | -11/+22 |
|\ | | | | | Fix lowlat cache autoload stable7 | ||||
| * | Add registerAutoloaderCache(). | Andreas Fischer | 2014-08-06 | 1 | -15/+18 |
| | | |||||
| * | Memcache\Factory: Remove static, use globalPrefix. | Andreas Fischer | 2014-08-06 | 2 | -4/+14 |
| | | |||||
| * | InstanceId is properly injected into factory. Remove comment. | Andreas Fischer | 2014-08-06 | 1 | -2/+0 |
| | | |||||
* | | use id instead of resourceId | Bernhard Posselt | 2014-08-07 | 1 | -11/+1 |
| | | |||||
* | | dont strip the s from the resource | Bernhard Posselt | 2014-08-07 | 1 | -2/+2 |
| | | |||||
* | | fix return documentation | Jörn Friedrich Dreyer | 2014-08-07 | 1 | -7/+5 |
| | | |||||
* | | prevent PHP errors and enhance logging | Thomas Müller | 2014-08-07 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #10204 from owncloud/backport-10144-stable7 | Thomas Müller | 2014-08-06 | 4 | -4/+4 |
|\ | | | | | Backport of #10144 to stable7 | ||||
| * | Fix isLoggedIn() check for user '0' | Joas Schilling | 2014-08-06 | 2 | -2/+2 |
| | | | | | | | | | | | | | | Fix #9972 Conflicts: lib/private/user/session.php | ||||
| * | Fix getting group '0' from database backend | Joas Schilling | 2014-08-06 | 2 | -2/+2 |
| | | | | | | | | Fix #9972 | ||||
* | | remove trailing slash from path | Bjoern Schiessle | 2014-08-06 | 1 | -1/+2 |
|/ | |||||
* | Add ability to theme iOS and Android client URLs just like desktop URLs. | scolebrook | 2014-08-06 | 2 | -13/+57 |
| | | | | | | * 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 | 2 | -1/+10 |
| | |||||
* | Dont touch non-oc tables when doing the InnoDB repair step | Robin Appelman | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | extract transparency fix from #8050 | Georg Ehrke | 2014-07-30 | 1 | -0/+8 |
| | |||||
* | Also keep maxY into account when scaling a preview while preserving aspect ratio | Robin Appelman | 2014-07-30 | 1 | -2/+8 |
| | |||||
* | make sure that we set the expire date if a date is adefault date is set | Bjoern Schiessle | 2014-07-30 | 1 | -1/+2 |
| | |||||
* | migration test for sqlite - adding type mapping for 'tinyint unsigned' | Thomas Müller | 2014-07-30 | 1 | -0/+13 |
| | |||||
* | Fix template rendering for 'blank' templates | Morris Jobke | 2014-07-30 | 1 | -1/+3 |
| | |||||
* | remove share permission if user is excluded from sharing | Bjoern Schiessle | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-28 | 4 | -9/+83 |
| | |||||
* | Merge pull request #9948 from owncloud/backport-9904-stable7 | Thomas Müller | 2014-07-28 | 1 | -1/+5 |
|\ | | | | | Dont throw an error when calling $server->getUserFolder when logged out | ||||
| * | Dont throw an error when calling $server->getUserFolder when logged out | Robin Appelman | 2014-07-28 | 1 | -1/+5 |
| | | | | | | | | | | Conflicts: lib/private/server.php | ||||
* | | generate copy of sqlite database file in data directory | Thomas Müller | 2014-07-28 | 2 | -2/+27 |
| | | |||||
* | | ownCloud users are exported as address book | Thomas Müller | 2014-07-28 | 2 | -0/+113 |
| | | |||||
* | | update getID3 library & add autoload | Morris Jobke | 2014-07-28 | 1 | -2/+0 |
| | | |||||
* | | Dont try to execute jobs that no longer exist | Robin Appelman | 2014-07-28 | 1 | -1/+4 |
| | | |||||
* | | Set version AFTER a successful update | Vincent Petry | 2014-07-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | If an app upgrade failed, the core version will not be increased either in the database. This will re-display the update page and make it possible to redo the apps upgrade. Note that any core repair routine must take into account that an update might need to be redone again even though the core's DB state is already the one of the new version. | ||||
* | | Verify whether the URL is valid | Lukas Reschke | 2014-07-28 | 1 | -0/+5 |
|/ | | | | | | Required for https://github.com/owncloud/mail/pull/100#issuecomment-50266017 @karlitschek Backport for stable6 and stable7 requested. | ||||
* | - adding default value for $recoveryPassword | Thomas Müller | 2014-07-24 | 2 | -4/+4 |
| | | | | - set password correctly in lost password | ||||
* | register type mappings for unknown/unsupported mysql types | Thomas Müller | 2014-07-24 | 1 | -0/+4 |
| | |||||
* | only commit in case a transaction is active | Thomas Müller | 2014-07-23 | 1 | -1/+3 |
| | |||||
* | Merge pull request #9777 from owncloud/fix-chunked-upload-stable7 | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
|\ | | | | | adding special handling of checkPrecondition() for chunked upload | ||||
| * | adding special handling of checkPrecondition() for chunked upload | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
| | | |||||
* | | Remove uneeded `strip_tags` | Lukas Reschke | 2014-07-22 | 1 | -2/+2 |
| | | | | | | | | | | | | This `strip_tags` seems to be completely unneeded and will cause problems with passwords containing stripped characters. (e.g. `<` or `>`) Needs https://github.com/owncloud/core/pull/9735 to be merged first. | ||||
* | | Extract Auth Header logic into new function handleAuthHeaders(). | Andreas Fischer | 2014-07-22 | 1 | -20/+22 |
| | | |||||
* | | Deduplicate user/password extraction from alternative HTTP headers. | Andreas Fischer | 2014-07-22 | 1 | -16/+14 |
|/ | |||||
* | perm -> permissions | Thomas Müller | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Document why we have to check with defined() first. | Andreas Fischer | 2014-07-20 | 1 | -0/+2 |
| | |||||
* | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-20 | 1 | -1/+7 |
| | |||||
* | check if $tables is an array | Thomas Müller | 2014-07-19 | 1 | -3/+5 |
| | |||||
* | Merge pull request #9706 from owncloud/keep_session_in_sync_stable7 | Lukas Reschke | 2014-07-19 | 1 | -8/+25 |
|\ | | | | | keep session in sync | ||||
| * | keep session in sync | Jörn Friedrich Dreyer | 2014-07-17 | 1 | -8/+25 |
| | |