summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Move select2 from files_external to coreVincent Petry2014-09-2259-5409/+2
* make sure that we really catch the files folder onlyBjoern Schiessle2014-09-221-1/+1
* create backup from all keys before recoveryBjoern Schiessle2014-09-223-0/+61
* Merge pull request #11202 from owncloud/stable_l10n_backportThomas Müller2014-09-2233-33/+179
|\
| * backport server2server stringsVolkan Gezer2014-09-2133-33/+179
* | fix button text l10nVolkan Gezer2014-09-211-1/+1
|/
* update encryption doc linkVolkan Gezer2014-09-182-3/+3
* adding unit test to truncate the tableThomas Müller2014-09-172-1/+32
* Use Doctrine Platform to generate SQL query for table truncation.Andreas Fischer2014-09-171-8/+3
* also expire file if timestamp = limit, happens if trashbin_retention_obligati...Bjoern Schiessle2014-09-161-1/+1
* Use secure mimetype for content deliveryLukas Reschke2014-09-151-1/+1
* Remove passing by reference to allow for proper GCVincent Petry2014-09-151-1/+1
* if only one attribute is requested, the returned array has 0 as key instead o...Arthur Schiwon2014-09-151-1/+1
* Do not double decode valuesLukas Reschke2014-09-151-1/+1
* Converted an array to PHP5.3 compatible versionJohan Björk2014-09-111-2/+2
* Fixes #8326: deletion of directories on S3Johan Björk2014-09-111-17/+12
* Use section in first elementLukas Reschke2014-09-101-2/+2
* Catch exceptions when moving filesVincent Petry2014-09-081-4/+10
* Scroll to new file/folder after addingVincent Petry2014-09-052-5/+10
* Fixed scrollto for search resultsVincent Petry2014-09-052-22/+36
* Added permission check for drag and dropVincent Petry2014-09-053-2/+35
* remove a left over that uselessly fetches all usersArthur Schiwon2014-09-051-1/+0
* Merge pull request #10558 from owncloud/ajaxify_user_list_for_files_external_...Lukas Reschke2014-09-0464-58/+5615
|\
| * fix deletion of sharesJörn Friedrich Dreyer2014-08-211-21/+22
| * replace chosen with select2 to provide ajaxified user and group selection for...Jörn Friedrich Dreyer2014-08-208-65/+190
| * add select2 to app specific thirdpartyJörn Friedrich Dreyer2014-08-2060-0/+5431
* | Highlight every uploaded files and scroll down to the last onepdessauw2014-09-043-0/+82
* | russian translation backport. closes #10759Volkan Gezer2014-09-021-2/+2
* | Backport of #9214Arthur Schiwon2014-08-295-41/+273
* | Add missing 'personal' mount configuration optionRobin McCorkell2014-08-291-0/+1
* | fix wizard test, adjust to changed parameters of the tested method, introduce...Arthur Schiwon2014-08-281-1/+1
* | backport of #8623Arthur Schiwon2014-08-282-1/+79
* | use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-201-2/+3
* | backport of #10340Arthur Schiwon2014-08-206-2/+124
* | remove obsolete 'Download preparing' message for zip downloads, fix #3755Jan-Christoph Borchardt2014-08-191-1/+0
* | fix multiselect bar offset on shared pageJan-Christoph Borchardt2014-08-191-1/+2
* | Hide sharing sections in files app when sharing API is disabledVincent Petry2014-08-191-14/+18
|/
* 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