summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-104-0/+18
* Merge pull request #8928 from owncloud/too-long-filename-fix-v2jbtbnl2014-06-093-6/+58
|\
| * improve ellipsis of filename for different screen sizesMorris Jobke2014-06-082-19/+22
| * @jancborchardt's commit for cross browser compatibility of extension.raghunayyar2014-06-081-3/+1
| * Adds class name to span element inside filename.raghunayyar2014-06-072-7/+7
| * Adds multiple media queries for filename.raghunayyar2014-06-071-1/+37
| * Ellipcises too long filenamesraghunayyar2014-06-062-1/+16
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-099-10/+128
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0887-7/+224
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0763-46/+103
* | Merge pull request #8925 from owncloud/extstorage-sidebarVincent Petry2014-06-068-5/+363
|\ \
| * | Fixed delete button CSS in ext storage listVincent Petry2014-06-063-9/+10
| * | Added more columns to ext storage listVincent Petry2014-06-063-22/+55
| * | Fixed ext storage list sortingVincent Petry2014-06-061-8/+6
| * | Added external storage list in files appVincent Petry2014-06-067-0/+326
* | | Merge pull request #8253 from owncloud/pk-on-all-tables-masterThomas Müller2014-06-063-2/+14
|\ \ \ | |/ / |/| |
| * | adding PK to table encryptionThomas Müller2014-06-063-2/+14
* | | Merge pull request #8922 from owncloud/design-controls-transparencyJan-Christoph Borchardt2014-06-061-16/+1
|\ \ \
| * | | unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-061-16/+1
* | | | Merge pull request #8923 from owncloud/app-settings-inputJan-Christoph Borchardt2014-06-061-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | app settings: display input fields at full widthJan-Christoph Borchardt2014-06-061-4/+0
* | | | Merge pull request #4553 from owncloud/update_search_classesVincent Petry2014-06-062-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | use non static access to searchJörn Friedrich Dreyer2014-06-061-1/+1
| * | | decode filename for scrolltoJörn Friedrich Dreyer2014-06-051-1/+1
* | | | increase version number of files and migration triggerJörn Friedrich Dreyer2014-06-062-2/+2
* | | | add more and fix office mimetypes, migrate wrong mimetypesJörn Friedrich Dreyer2014-06-061-0/+57
| |_|/ |/| |
* | | Merge pull request #8666 from owncloud/mount-removeicewind19912014-06-0620-295/+1040
|\ \ \ | |_|/ |/| |
| * | check if permissions existsBjoern Schiessle2014-06-061-1/+5
| * | Limit permissions to share permissionsRobin Appelman2014-06-061-0/+3
| * | fix unshareFromSelf()Bjoern Schiessle2014-06-062-9/+77
| * | update unit tests and make sure that we return the right permissions for file...Bjoern Schiessle2014-06-061-0/+5
| * | the mount point always have delete permissions to allow unmountBjoern Schiessle2014-06-061-2/+2
| * | add some testsBjoern Schiessle2014-06-061-1/+59
| * | nake sure ti create new db entry when user renames a group shareBjoern Schiessle2014-06-061-1/+1
| * | Fix unit testRobin Appelman2014-06-061-1/+1
| * | Fix unit testsRobin Appelman2014-06-061-1/+1
| * | fix db queryBjoern Schiessle2014-06-061-1/+1
| * | Fix phpdoc and commentsRobin Appelman2014-06-063-3/+4
| * | update share API tests, file shares never have delete permissionsBjoern Schiessle2014-06-061-4/+6
| * | make sure that we have a path relative to data/user/files to work withBjoern Schiessle2014-06-061-2/+3
| * | update mount point if file_target changedBjoern Schiessle2014-06-061-2/+5
| * | add additional unit testsBjoern Schiessle2014-06-062-3/+144
| * | remove unused variableBjoern Schiessle2014-06-061-1/+1
| * | get unique_name value directly from the share arrayBjoern Schiessle2014-06-061-1/+1
| * | fix mount point move up if the parent no longer existsBjoern Schiessle2014-06-062-80/+61
| * | bring back updateFileTarget() got lost during last rebaseBjoern Schiessle2014-06-061-0/+31
| * | remove encryption keys if user unshares a fileBjoern Schiessle2014-06-063-3/+60
| * | remove share mountBjoern Schiessle2014-06-061-1/+4
| * | Fix folder name for storage rootRobin Appelman2014-06-061-1/+1
| * | don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-067-130/+408