summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightLukas Reschke2014-08-191-1/+1
* fix broken unit testsBjoern Schiessle2014-08-191-3/+5
* update unit tests with configurable share folderBjoern Schiessle2014-08-193-0/+76
* make share folder configurableBjoern Schiessle2014-08-193-1/+37
* set incognitoMode to true, getUser should always return false during public u...Bjoern Schiessle2014-08-191-1/+3
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-181-16/+6
* Compare upload limit against biggest fileOliver Gasser2014-08-151-4/+7
* Update public.phppzy2014-08-151-0/+5
* new unit test addedBjoern Schiessle2014-08-141-4/+42
* no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-141-1/+2
* no special action for folder named 'Shared' neededBjoern Schiessle2014-08-141-1/+1
* add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-142-4/+18
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-141-2/+2
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-141-1/+1
* add unit test for aes256/aes128Bjoern Schiessle2014-08-132-0/+192
* update existing unit testsBjoern Schiessle2014-08-135-127/+16
* support aes 256Bjoern Schiessle2014-08-1310-84/+334
* check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-131-0/+23
* add unit testsBjoern Schiessle2014-08-121-0/+47
* fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
* Merge pull request #10271 from miicha/patch-2Jan-Christoph Borchardt2014-08-121-4/+3
|\
| * remove obsolete code commentmiicha2014-08-111-2/+0
| * Fix display of checkboxes in Pale Moonmiicha2014-08-071-2/+3
* | Backport of #9848Jean-Louis Dupond2014-08-111-12/+18
* | Merge pull request #10287 from owncloud/fix_search_in_shared_files_stable7Thomas Müller2014-08-082-62/+101
|\ \
| * | add test for search() in shared cacheJörn Friedrich Dreyer2014-08-081-3/+75
| * | traverse folders in php to search in shared filesJörn Friedrich Dreyer2014-08-081-59/+26
* | | only show "share with others" and "share by link" navigation bar entries if u...Bjoern Schiessle2014-08-081-18/+22
|/ /
* | add logout hook to remove keys from sessionBjoern Schiessle2014-08-084-4/+19
* | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a u...Arthur Schiwon2014-08-071-1/+1
|/
* we can only close the session if encryption is not usedThomas Müller2014-08-071-1/+4
* fix tiny thumbnails in public preview/share modeDan Jones2014-08-071-0/+1
* trim leading slashRobin Appelman2014-08-071-1/+1
* Fix SharedCache::getPathByIdRobin Appelman2014-08-071-19/+5
* remove unused variableBjoern Schiessle2014-08-061-1/+0
* add unit test to make sure getVersions returns the correct resultBjoern Schiessle2014-08-061-0/+34
* make sure that the versions array contains the correct pathBjoern Schiessle2014-08-061-2/+2
* close session right before the download starts - this enables parallel downloadsThomas Müller2014-08-051-0/+1
* Hack to avoid Agent DN + Password being overwritten by some ugly browsers wit...Arthur Schiwon2014-08-052-0/+12
* Quick fix for #9119. Increase preview to keep empty message more centered and...Remco Brenninkmeijer2014-08-051-1/+1
* Update ast.phpmalditoastur2014-08-021-3/+3
* don't preload videos on public sharing, fixes #10042Georg Ehrke2014-07-301-1/+1
* Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-4/+0
* make sure that we always find all versionsBjoern Schiessle2014-07-301-22/+37
* add unit test for rename and copy operationBjoern Schiessle2014-07-304-7/+171
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-305-14/+65
* define type in pre hookBjoern Schiessle2014-07-291-4/+7
* show a warning in the personal settings and admin settins if the encyption ke...Bjoern Schiessle2014-07-293-3/+13
* update attributes for share with user list, file should always have delete pe...Bjoern Schiessle2014-07-291-0/+3
* adjust error codeBjoern Schiessle2014-07-281-2/+2