summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add ability to theme iOS and Android client URLs just like desktop URLs.scolebrook2014-08-063-15/+59
| | | | | | * added to personal settings page. * fix uppercase issue * remove escaping because it's unneeded
* use correct app-icon class for new apps as well, fix icon sizeJan-Christoph Borchardt2014-08-061-1/+1
|
* don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-054-3/+13
|
* 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 ↵Arthur Schiwon2014-08-052-0/+12
| | | | | | | with stored site credentials Conflicts: apps/user_ldap/css/settings.css
* fix long filename display in filepickerJan-Christoph Borchardt2014-08-051-0/+4
|
* also fix filepicker for smaller screen sizesJan-Christoph Borchardt2014-08-052-1/+10
|
* fix date display in filepickerJan-Christoph Borchardt2014-08-051-2/+3
|
* Quick fix for #9119. Increase preview to keep empty message more centered ↵Remco Brenninkmeijer2014-08-051-1/+1
| | | | and push footer down.
* Dont touch non-oc tables when doing the InnoDB repair stepRobin Appelman2014-08-041-1/+1
|
* 7.0.1v7.0.1Frank Karlitschek2014-08-041-2/+2
|
* Merge pull request #10122 from malditoastur/patch-1Morris Jobke2014-08-041-3/+3
|\ | | | | Update ast.php
| * Update ast.phpmalditoastur2014-08-021-3/+3
|/ | | | | | | Following the thread in: https://github.com/owncloud/core/issues/10112 I modify this file hoping to be included in next ownCloud 7.0.x version. (Please, I don't have enough github knowledgment. Sorry if i'm doing something wrong..)
* only if the environment variable RUN_OBJECTSTORE_TESTS is set the object ↵Thomas Müller2014-07-311-0/+3
| | | | store unit test will be executed
* Merge branch 'stable7' of https://github.com/owncloud/core into stable7v7.0.1RC1Frank Karlitschek2014-07-3065-200/+1308
|\
| * set max width for notifications so they won't overlap the whole headerJan-Christoph Borchardt2014-07-301-0/+1
| |
| * fix yellow notification styleJan-Christoph Borchardt2014-07-302-5/+12
| |
| * fix notification preventing top bar clickability, fix #9680Jan-Christoph Borchardt2014-07-301-1/+7
| |
| * don't preload videos on public sharing, fixes #10042Georg Ehrke2014-07-301-1/+1
| |
| * extract transparency fix from #8050Georg Ehrke2014-07-301-0/+8
| |
| * Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-303-10/+8
| |
| * 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
| |
| * Merge pull request #9902 from Der-Jan/stable7Jan-Christoph Borchardt2014-07-301-1/+1
| |\ | | | | | | Fixed wrong brackets in apps settings
| | * Fixed wrong brackets in apps settingsDer-Jan2014-07-251-1/+1
| | |
| * | add unit testBjoern Schiessle2014-07-301-0/+26
| | |
| * | make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-301-1/+2
| | |
| * | also use link icon for the folders ..Jan-Christoph Borchardt2014-07-302-19/+22
| | |
| * | migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-303-1/+53
| | |
| * | Fix template rendering for 'blank' templatesMorris Jobke2014-07-301-1/+3
| | |
| * | only call exec() if allowed toThomas Müller2014-07-291-3/+5
| | |
| * | use more understandable 'link' icon for public links (instead of hard to ↵Jan-Christoph Borchardt2014-07-292-2/+5
| | | | | | | | | | | | recognize globe), fix #9707
| * | max icon size for app menuMichael Göhler2014-07-291-0/+2
| | |
| * | define type in pre hookBjoern Schiessle2014-07-291-4/+7
| | |
| * | show a warning in the personal settings and admin settins if the encyption ↵Bjoern Schiessle2014-07-293-3/+13
| | | | | | | | | | | | keys are not initialized
| * | remove share permission if user is excluded from sharingBjoern Schiessle2014-07-292-1/+34
| | |
| * | update attributes for share with user list, file should always have delete ↵Bjoern Schiessle2014-07-291-0/+3
| | | | | | | | | | | | permissions, this means unshare in this context, and the overview page is always a root view
| * | Merge pull request #9990 from owncloud/fix-failing-unit-test-stable7Thomas Müller2014-07-291-5/+5
| |\ \ | | | | | | | | function declaration did not match
| | * | function declaration did not matchThomas Müller2014-07-291-4/+4
| | | |
| | * | function declaration did not matchThomas Müller2014-07-281-1/+1
| | | |
| * | | Merge pull request #9946 from owncloud/remove-mssql-bundle-stable7Thomas Müller2014-07-281-0/+0
| |\ \ \ | | |/ / | |/| | remove MssqlBundle
| | * | remove MssqlBundleThomas Müller2014-07-281-0/+0
| |/ /
| * | Fix enforced share expiration date to be based on share timeVincent Petry2014-07-284-15/+170
| | |
| * | adjust error codeBjoern Schiessle2014-07-281-2/+2
| | |
| * | add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-288-33/+224
| | |
| * | Merge pull request #9948 from owncloud/backport-9904-stable7Thomas Müller2014-07-281-1/+5
| |\ \ | | | | | | | | Dont throw an error when calling $server->getUserFolder when logged out