summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make all the buttons beautifulArthur Schiwon2015-11-057-12/+26
|
* Merge pull request #20301 from owncloud/fix-files_external-empty-user-mountingThomas Müller2015-11-051-0/+5
|\ | | | | [files_external] fix empty user mounts setting
| * [files_external] fix empty user mounts settingMorris Jobke2015-11-041-0/+5
| | | | | | | | | | * fixes #19858 * if no backend is allowed to be mounted also the user mount setting should be disabled
* | Merge pull request #20320 from owncloud/drop-file_mapThomas Müller2015-11-052-61/+1
|\ \ | | | | | | Drop unused table file_map
| * | Drop unused table file_mapMorris Jobke2015-11-053-62/+2
| | | | | | | | | | | | | | | | | | | | | * used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b * ref #18935
* | | Merge pull request #20321 from owncloud/drop-principal-tablesThomas Müller2015-11-052-1/+3
|\ \ \ | |/ / |/| | Drop unused tables principalgroups and principals
| * | Drop unused tables principalgroups and principalsMorris Jobke2015-11-052-1/+3
|/ / | | | | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-0532-28/+178
| |
* | Merge pull request #20315 from owncloud/add-coverityThomas Müller2015-11-041-0/+1
|\ \ | | | | | | Add coverity badge
| * | Add coverity badgeLukas Reschke2015-11-041-0/+1
| | | | | | | | | Coverity now scans our JS code…
* | | Merge pull request #20053 from owncloud/getfileinfo-lockingThomas Müller2015-11-043-65/+88
|\ \ \ | |/ / |/| | Don't lock if we're only reading cache metadata
| * | mark path as checkedRobin Appelman2015-11-041-0/+1
| | |
| * | when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
| | |
| * | fix whitespaceRobin Appelman2015-11-041-2/+2
| | |
| * | only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
| | |
| * | only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
| | |
| * | Split checkUpdateRobin Appelman2015-11-032-45/+65
| | |
* | | Merge pull request #20300 from owncloud/fix_commentMorris Jobke2015-11-041-1/+1
|\ \ \ | | | | | | | | adjust comment, this parameter was added for 9.0
| * | | adjust comment, this parameter was added for 9.0Björn Schießle2015-11-041-1/+1
|/ / /
* | | Merge pull request #18361 from owncloud/sharing_performance_improvementsThomas Müller2015-11-043-9/+32
|\ \ \ | | | | | | | | improve calculation of share recipients
| * | | cache result from parent foldersBjoern Schiessle2015-11-043-9/+32
| | | |
* | | | Merge pull request #20155 from owncloud/fix-20020Morris Jobke2015-11-041-3/+7
|\ \ \ \ | |_|_|/ |/| | | add port to host only, if an URL is used instead of a plain hostname
| * | | add port to host only, if an URL is used instead of a plain hostnameArthur Schiwon2015-11-041-3/+7
|/ / /
* | | Merge pull request #20283 from owncloud/fix-varaible-typeThomas Müller2015-11-041-4/+4
|\ \ \ | | | | | | | | Fix typo in variable name
| * | | Fix typo in variable nameMorris Jobke2015-11-041-4/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * introduced with #20135 - c6f6a8758b3f08e47c3a8f45a67d09698376b2e2 Fixes following error meessage: {"reqId":"GliKwPFSIVn8GC2KNIHY","remoteAddr":"::1","app":"PHP","message":"Undefined variable: subAdmins at master\/settings\/users.php#76","level":0,"time":"2015-11-04T08:38:53+00:00","method":"GET","url":"\/master\/index.php\/settings\/users"} {"reqId":"GliKwPFSIVn8GC2KNIHY","remoteAddr":"::1","app":"PHP","message":"Invalid argument supplied for foreach() at master\/settings\/users.php#76","level":0,"time":"2015-11-04T08:38:53+00:00","method":"GET","url":"\/master\/index.php\/settings\/users"}
* | | Merge pull request #18821 from owncloud/global-classesThomas Müller2015-11-043-20/+51
|\ \ \ | | | | | | | | Global classes in core CSS
| * | | Global Classes for Core.Raghu Nayyar2015-11-023-20/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move up the global styles up the hierarchy. Adds Clear Left, Right and both. New CSS file for Global Styles.
* | | | Merge pull request #20157 from owncloud/users-fixeveryonecountThomas Müller2015-11-045-60/+110
|\ \ \ \ | | | | | | | | | | Fix everyone count for subadmins
| * | | | fix subadmin user count for empty groupsMorris Jobke2015-11-041-0/+1
| | | | |
| * | | | Fix everyone count for subadminsVincent Petry2015-10-295-60/+109
| | | | | | | | | | | | | | | | | | | | Also moved the logic to the UsersController
* | | | | Merge pull request #20272 from owncloud/phil-davis-setEncryptHomeStorageThomas Müller2015-11-041-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Correct the description of function setEncryptHomeStorage
| * | | | Correct the description of function setEncryptHomeStoragePhil Davis2015-11-031-1/+1
| | |_|/ | |/| |
* / | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-0452-40/+202
|/ / /
* | | Merge pull request #20269 from owncloud/capabilities-webdav-ng-syncThomas Müller2015-11-031-1/+2
|\ \ \ | | | | | | | | Add a new core capability which tells the clients which url to use
| * | | Add a new core capability which tells the clients which url to useThomas Müller2015-11-031-1/+2
| | | |
* | | | Merge pull request #20223 from owncloud/fix-apply-webdav-tagsThomas Müller2015-11-031-1/+1
|\ \ \ \ | |/ / / |/| | | Fix TagList namespace in property map
| * | | Fix TagList namespace in property mapVincent Petry2015-11-021-1/+1
| | | |
* | | | Merge pull request #20201 from owncloud/checkboxes-groups-enableThomas Müller2015-11-032-18/+10
|\ \ \ \ | | | | | | | | | | Apply new checkbox style in app settings
| * \ \ \ Merge branch 'master' into checkboxes-groups-enableRaghu Nayyar2015-11-0230-10/+90
| |\ \ \ \
| * | | | | new checkbox style in app settingsHendrik Leppelsack2015-10-312-18/+10
| | | | | |
* | | | | | Merge pull request #20253 from owncloud/external-storage-wordingThomas Müller2015-11-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix external storage wording detail, ref #19858
| * | | | | | fix external storage wording detail, ref #19858Jan-Christoph Borchardt2015-11-031-1/+1
| | | | | | |
* | | | | | | Merge pull request #20256 from owncloud/fix-searchbox-iceweaselMorris Jobke2015-11-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Don't validate searchbox
| * | | | | | don't validate searchboxHendrik Leppelsack2015-11-031-1/+1
|/ / / / / /
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-0312-6/+40
| | | | | |
* | | | | | Merge pull request #20232 from owncloud/error-button-colorThomas Müller2015-11-021-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix button text color
| * | | | | | fix button text colorJan-Christoph Borchardt2015-11-021-0/+3
| |/ / / / /
* | | | | | Merge pull request #20045 from owncloud/dbal-2.5.2Thomas Müller2015-11-021-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump 3rdparty for dbal-2.5.2
| * | | | | | Bump 3rdparty for dbal-2.5.2Roeland Jago Douma2015-11-021-0/+0
|/ / / / / /
* | | | | | Merge pull request #20196 from ↵Thomas Müller2015-11-021-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/use-actual-mimetype-detection-instead-of-oath Use actual mimetype detection instead of extension