summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add group management to the public apiRobin Appelman2014-08-107-48/+235
|
* remove share permissions if user is excluded from sharingBjoern Schiessle2014-08-081-0/+10
|
* implement a txt preview fallback for the case that ttf is not supportGeorg Ehrke2014-08-071-1/+8
|
* Fix SharedCache::getPathByIdRobin Appelman2014-08-071-1/+1
|
* return null instead of throwing an exceptionRobin Appelman2014-08-071-2/+1
|
* Fix Folder::getByIdRobin Appelman2014-08-072-39/+25
|
* Merge pull request #10226 from owncloud/fix-lowlat-cache-autoload-stable7Thomas Müller2014-08-072-11/+22
|\ | | | | Fix lowlat cache autoload stable7
| * Add registerAutoloaderCache().Andreas Fischer2014-08-061-15/+18
| |
| * Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer2014-08-062-4/+14
| |
| * InstanceId is properly injected into factory. Remove comment.Andreas Fischer2014-08-061-2/+0
| |
* | use id instead of resourceIdBernhard Posselt2014-08-071-11/+1
| |
* | dont strip the s from the resourceBernhard Posselt2014-08-071-2/+2
| |
* | fix return documentationJörn Friedrich Dreyer2014-08-071-7/+5
| |
* | prevent PHP errors and enhance loggingThomas Müller2014-08-071-1/+5
|/
* Merge pull request #10204 from owncloud/backport-10144-stable7Thomas Müller2014-08-064-4/+4
|\ | | | | Backport of #10144 to stable7
| * Fix isLoggedIn() check for user '0'Joas Schilling2014-08-062-2/+2
| | | | | | | | | | | | | | Fix #9972 Conflicts: lib/private/user/session.php
| * Fix getting group '0' from database backendJoas Schilling2014-08-062-2/+2
| | | | | | | | Fix #9972
* | remove trailing slash from pathBjoern Schiessle2014-08-061-1/+2
|/
* Add ability to theme iOS and Android client URLs just like desktop URLs.scolebrook2014-08-062-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 adminBjoern Schiessle2014-08-052-1/+10
|
* Dont touch non-oc tables when doing the InnoDB repair stepRobin Appelman2014-08-041-1/+1
|
* extract transparency fix from #8050Georg Ehrke2014-07-301-0/+8
|
* Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-2/+8
|
* make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-301-1/+2
|
* migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-301-0/+13
|
* Fix template rendering for 'blank' templatesMorris Jobke2014-07-301-1/+3
|
* remove share permission if user is excluded from sharingBjoern Schiessle2014-07-291-1/+1
|
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-284-9/+83
|
* Merge pull request #9948 from owncloud/backport-9904-stable7Thomas Müller2014-07-281-1/+5
|\ | | | | Dont throw an error when calling $server->getUserFolder when logged out
| * Dont throw an error when calling $server->getUserFolder when logged outRobin Appelman2014-07-281-1/+5
| | | | | | | | | | Conflicts: lib/private/server.php
* | generate copy of sqlite database file in data directoryThomas Müller2014-07-282-2/+27
| |
* | ownCloud users are exported as address bookThomas Müller2014-07-282-0/+113
| |
* | update getID3 library & add autoloadMorris Jobke2014-07-281-2/+0
| |
* | Dont try to execute jobs that no longer existRobin Appelman2014-07-281-1/+4
| |
* | Set version AFTER a successful updateVincent Petry2014-07-281-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 validLukas Reschke2014-07-281-0/+5
|/ | | | | | Required for https://github.com/owncloud/mail/pull/100#issuecomment-50266017 @karlitschek Backport for stable6 and stable7 requested.
* - adding default value for $recoveryPasswordThomas Müller2014-07-242-4/+4
| | | | - set password correctly in lost password
* register type mappings for unknown/unsupported mysql typesThomas Müller2014-07-241-0/+4
|
* only commit in case a transaction is activeThomas Müller2014-07-231-1/+3
|
* Merge pull request #9777 from owncloud/fix-chunked-upload-stable7Thomas Müller2014-07-221-0/+31
|\ | | | | adding special handling of checkPrecondition() for chunked upload
| * adding special handling of checkPrecondition() for chunked uploadThomas Müller2014-07-221-0/+31
| |
* | Remove uneeded `strip_tags`Lukas Reschke2014-07-221-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 Fischer2014-07-221-20/+22
| |
* | Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-221-16/+14
|/
* perm -> permissionsThomas Müller2014-07-211-1/+1
|
* Document why we have to check with defined() first.Andreas Fischer2014-07-201-0/+2
|
* Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer2014-07-201-1/+7
|
* check if $tables is an arrayThomas Müller2014-07-191-3/+5
|
* Merge pull request #9706 from owncloud/keep_session_in_sync_stable7Lukas Reschke2014-07-191-8/+25
|\ | | | | keep session in sync
| * keep session in syncJörn Friedrich Dreyer2014-07-171-8/+25
| |