summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
* fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-237-67/+59
* fix share api testsBjoern Schiessle2014-04-2310-176/+90
* we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-237-140/+8
* don't overwrite shared folder iconBjoern Schiessle2014-04-231-2/+1
* show "shared by ..." for share mount pointBjoern Schiessle2014-04-232-1/+14
* generate unique target nameBjoern Schiessle2014-04-231-15/+29
* fix getMimeType call, we always need to check the source pathBjoern Schiessle2014-04-231-3/+0
* user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-232-3/+108
* no exception for the root of the mount point (formerly Shared/), just get the...Bjoern Schiessle2014-04-232-26/+1
* make sure that we have the right permissions for the mount pointsBjoern Schiessle2014-04-231-1/+3
* first steps to remove the shared folder:Bjoern Schiessle2014-04-233-73/+106
* Merge pull request #8164 from owncloud/fix-6651blizzz2014-04-233-79/+122
|\
| * fixing some JSHint warningsThomas Müller2014-04-232-17/+18
| * Give hint when composing filter failedArthur Schiwon2014-04-111-1/+2
| * fix comparison in determineMode, fixes problems with restoring the filter mod...Arthur Schiwon2014-04-111-1/+4
| * Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651Arthur Schiwon2014-04-113-74/+112
| |\
| | * Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation.ben-denham2014-03-141-3/+3
| | * Moved LdapFilter into a separate js file in user_ldap.ben-denham2014-03-073-102/+96
| | * Added improved version of patch by @blizzz in https://github.com/owncloud/cor...ben-denham2014-03-071-74/+118
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2376-68/+41
* | | add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-221-3/+12
* | | LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-221-0/+6
* | | Merge pull request #8255 from owncloud/fix-public-download-buttonRaghu Nayyar2014-04-221-0/+13
|\ \ \
| * | | keep long file names in one line to not overflow download button on mobileJan-Christoph Borchardt2014-04-171-0/+13
* | | | Merge pull request #8247 from owncloud/l10n-files_trasbin-fixThomas Müller2014-04-221-4/+4
|\ \ \ \
| * | | | Fix localization issues of files_trashbinVolkan Gezer2014-04-171-4/+4
* | | | | Merge pull request #8239 from owncloud/directlink-overflowThomas Müller2014-04-221-0/+1
|\ \ \ \ \
| * | | | | add max-width to directLink input to prevent overflowJan-Christoph Borchardt2014-04-161-0/+1
* | | | | | Merge pull request #8283 from owncloud/translatable-max-in-uploadJörn Friedrich Dreyer2014-04-222-2/+2
|\ \ \ \ \ \
| * | | | | | make max. text translatableVolkan Gezer2014-04-212-2/+2
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-223-1/+9
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-213-4/+39
|/ / / / / /
* | | | | | Merge pull request #8169 from owncloud/change-to-showAndreas Fischer2014-04-201-1/+1
|\ \ \ \ \ \
| * | | | | | Change from showHTML to showLukas Reschke2014-04-111-1/+1
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-192-0/+7
* | | | | | | Merge pull request #8220 from owncloud/type-hinting-ldapblizzz2014-04-176-4/+25
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Add missing param hintBart Visscher2014-04-161-0/+1
| * | | | | | Fix PHPdoc in user_ldapBart Visscher2014-04-156-4/+24
* | | | | | | Merge pull request #8236 from owncloud/header-right-fixMorris Jobke2014-04-171-29/+0
|\ \ \ \ \ \ \
| * | | | | | | fix header code duplication, code style fixesJan-Christoph Borchardt2014-04-161-16/+0
| * | | | | | | remove duplication of 'header-right' element, also make it overflow when too ...Jan-Christoph Borchardt2014-04-161-13/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #8189 from Xenopathic/misc_fixesRobin McCorkell2014-04-172-15/+15
|\ \ \ \ \ \ \
| * | | | | | | Fix user_ldap default setting valueRobin McCorkell2014-04-131-1/+1
| * | | | | | | Prevent error in files_trashbinRobin McCorkell2014-04-131-7/+9
| * | | | | | | Adjust logic for deciding if trashbin emptyRobin McCorkell2014-04-131-7/+5
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-171-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #7815 from owncloud/ldap_fix_usercount_masterblizzz2014-04-161-15/+40
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | replace hardcoded limit of 400 with user controlled ldapPagingSize valueArthur Schiwon2014-04-091-2/+1