summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'stable5' into ocs_share_api_stable5Bjoern Schiessle2013-10-182-6/+9
|\|
| * fix check if app is enabledBjoern Schiessle2013-10-181-3/+3
| * check if key exists before reading itBjoern Schiessle2013-10-181-2/+5
| * check if encryption app is enabled before trying to calculate file sizeBjoern Schiessle2013-10-181-1/+1
* | ocs share api backport to stable5Bjoern Schiessle2013-10-184-0/+1156
|/
* Disable versions app JS in public modeVincent Petry2013-10-171-0/+8
* Added isPublic flag in files_sharing templateVincent Petry2013-10-171-0/+1
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-174-10/+28
* Fixed upload permissions distinction between public and logged in uploadVincent Petry2013-10-171-1/+6
* Update file actions for newly created filesVincent Petry2013-10-171-0/+1
* File actions are now updated after create/upload fileVincent Petry2013-10-141-0/+1
* only encrypt file to users with encryption keysBjoern Schiessle2013-10-112-3/+2
* Merge pull request #5212 from owncloud/fixing-5201Andreas Fischer2013-10-081-1/+1
|\
| * OC_DB::executeAudited is not availabe in 5.0Victor Dubiniuk2013-10-081-1/+1
* | revert backport from here: https://github.com/owncloud/core/pull/5088Bjoern Schiessle2013-10-081-1/+3
|/
* fix escapingMorris Jobke2013-10-081-1/+1
* make sure that we only remove file/folder sharesBjoern Schiessle2013-10-082-3/+3
* trash bin button needs to be an input fieldBjoern Schiessle2013-10-071-3/+1
* catch exception if db query execution failsBjoern Schiessle2013-10-071-1/+5
* clean up oc_share table from files which are no longer existsBjoern Schiessle2013-10-072-7/+17
* add commentsBjoern Schiessle2013-10-071-0/+5
* remove deleted shares from the database table oc_shareBjoern Schiessle2013-10-071-0/+10
* set rememberlogin to false for the encryption appBjoern Schiessle2013-09-301-0/+1
* adding comma to get cleaner diffs in the futureThomas Müller2013-09-191-1/+1
* no file actions during uploadThomas Müller2013-09-191-1/+0
* remove file action elements before recreating themThomas Müller2013-09-191-0/+5
* store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-191-0/+6
* add permissions of the file to the json responseThomas Müller2013-09-191-1/+2
* performance improvement, check configuration only if no private key existsBjoern Schiessle2013-09-181-16/+20
* check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-181-1/+3
* never hack late nightThomas Müller2013-09-111-6/+5
* Merge branch 'stable5' of github.com:owncloud/core into stable5Thomas Müller2013-09-109-79/+96
|\
| * Workaround for IE 9 & 10 for clicking filelist after adding new itemThomas Müller2013-09-101-1/+4
| * Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-09-065-31/+39
| |\
| | * Merge pull request #4701 from owncloud/fix_4667blizzz2013-09-044-30/+38
| | |\
| | | * Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon2013-09-024-30/+38
| | * | improved error message to reflect the case when the app was re-eanbled during...Bjoern Schiessle2013-09-021-1/+1
| | |/
| * | coding style fixesBjoern Schiessle2013-09-051-1/+2
| * | fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-043-41/+20
| * | Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-08-306-43/+49
| |\|
| * | check shares for the real file and not for the .part fileBjoern Schiessle2013-08-271-0/+5
| * | first check if a extension exists before comparing itBjoern Schiessle2013-08-271-1/+1
| * | handle part files correctlyBjoern Schiessle2013-08-221-6/+27
* | | removing all ?> jutt in caseThomas Müller2013-09-1057-105/+0
* | | removing ?> followed by whitespacesThomas Müller2013-09-105-10/+0
| |/ |/|
* | Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-273-40/+46
|\ \
| * | use dir to determine the proper permissionsThomas Müller2013-08-101-1/+1
| * | in case the file is new isCreatable() is checkedThomas Müller2013-08-081-1/+5
| * | proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller2013-08-082-39/+41
* | | LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1