]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2014-06-06 Vincent PetryUse actual file path on rename/delete
2014-06-06 Jan-Christoph... Merge pull request #8922 from owncloud/design-controls...
2014-06-06 Jan-Christoph... Merge pull request #8923 from owncloud/app-settings...
2014-06-06 Vincent PetryMerge pull request #4553 from owncloud/update_search_cl...
2014-06-06 Jan-Christoph... app settings: display input fields at full width
2014-06-06 Thomas MüllerMerge pull request #8895 from owncloud/mimetype_fixes
2014-06-06 Jörn Friedrich... increase version number of files and migration trigger
2014-06-06 Jan-Christoph... fix left padding of controls bar for apps without navig...
2014-06-06 Jan-Christoph... slight transparency for controls bar for more open...
2014-06-06 Jan-Christoph... fix apps without app-navigation
2014-06-06 Jan-Christoph... unify controls bar, remove duplicate from user management
2014-06-06 Jörn Friedrich... add more and fix office mimetypes, migrate wrong mimetypes
2014-06-06 icewind1991Merge pull request #8666 from owncloud/mount-remove
2014-06-06 Vincent PetryMerge pull request #8900 from guruz/webdav_permission_m...
2014-06-06 Vincent PetryMerge pull request #8905 from owncloud/update-cli-skipc...
2014-06-06 Jörn Friedrich... allow apps to add translation for search result typeid
2014-06-06 Thomas MüllerMerge pull request #8159 from owncloud/mobile-sidebar...
2014-06-06 Jörn Friedrich... use non static access to search
2014-06-06 Jörn Friedrich... fix namespace for legacy search classes
2014-06-06 Thomas MüllerMerge pull request #8783 from owncloud/remove-serializers
2014-06-06 Vincent PetryAdded CLI arguments for upgrade simulation steps
2014-06-06 Vincent PetryFixed viewer mode for sidebar swipe
2014-06-06 Thomas MüllerMerge pull request #8909 from owncloud/fix-temporary...
2014-06-06 Robin AppelmanDont connect hooks twice
2014-06-06 Bjoern Schiesslecheck if permissions exists
2014-06-06 Robin AppelmanLimit permissions to share permissions
2014-06-06 Bjoern Schiesslemake sure that we only delete shares for the current...
2014-06-06 Bjoern Schiessleonly unshare user share if it was shared with the curre...
2014-06-06 Bjoern Schiesslemake sure that we remove all shares refering to the...
2014-06-06 Bjoern Schiesslefix unshareFromSelf()
2014-06-06 Bjoern Schiessleupdate unit tests and make sure that we return the...
2014-06-06 Bjoern Schiesslethe mount point always have delete permissions to allow...
2014-06-06 Bjoern Schiessleadd some tests
2014-06-06 Bjoern Schiesslenake sure ti create new db entry when user renames...
2014-06-06 Robin AppelmanFix unit test
2014-06-06 Robin AppelmanFix unit tests
2014-06-06 Bjoern Schiesslefix db query
2014-06-06 Robin AppelmanMovable storage root can always be moved and deleted
2014-06-06 Robin Appelmanuse triple equals
2014-06-06 Robin AppelmanFix phpdoc and comments
2014-06-06 Bjoern Schiessleupdate share API tests, file shares never have delete...
2014-06-06 Bjoern Schiesslemake sure that we have a path relative to data/user...
2014-06-06 Bjoern Schiessleupdate mount point if file_target changed
2014-06-06 Bjoern Schiessleadd additional unit tests
2014-06-06 Bjoern Schiessleremove unused variable
2014-06-06 Bjoern Schiessleget unique_name value directly from the share array
2014-06-06 Bjoern Schiesslefix mount point move up if the parent no longer exists
2014-06-06 Bjoern Schiessleallow moving files to the root
2014-06-06 Bjoern Schiesslebring back updateFileTarget() got lost during last...
2014-06-06 Bjoern Schiessleremove encryption keys if user unshares a file
2014-06-06 Bjoern Schiessleremove share mount
2014-06-06 Robin AppelmanFix folder name for storage root
2014-06-06 Bjoern Schiessledon't allow to share single files with delete permissio...
2014-06-06 Robin AppelmanFix the removeMount for personal mounts
2014-06-06 Robin AppelmanAdd the removing logic for mounts
2014-06-06 Robin AppelmanMove shared mount moving from the storage to the mount
2014-06-06 Robin AppelmanMake personal external mount points (re)movable from...
2014-06-06 Robin AppelmanDon't do rename hooks for cache when moving the mountpoint
2014-06-06 Robin AppelmanAdd a system for (re)movable mount points
2014-06-06 Vincent PetryFixed Snap mock
2014-06-06 Vincent PetryAdded debounce on resize
2014-06-06 Thomas MüllerMerge pull request #8877 from owncloud/getpath-storage...
2014-06-06 Thomas MüllerUpdate PHPDoc
2014-06-06 Jan-Christoph... prevent scrollbar when sidebar is open
2014-06-06 Jan-Christoph... Merge pull request #8911 from owncloud/common-lang
2014-06-06 Thomas Mülleruse system function to recursive remove the directory...
2014-06-06 Jenkins for... [tx-robot] updated from transifex
2014-06-05 Morris JobkeDisable snapper on bigger screens and on public/login...
2014-06-05 Jörn Friedrich... make search non-static, add ISearch to server container...
2014-06-05 Volkan GezerAdd Turkish to common languages
2014-06-05 Jan-Christoph... slightly widen sidebar to 250px, works better with...
2014-06-05 Jörn Friedrich... minor phpdoc cleanup and imports
2014-06-05 Andrew BrownSimplify client-side result customization
2014-06-05 Andrew BrownMove new search results to 'lib/private/search'
2014-06-05 Andrew BrownMove legacy search to 'lib/private/legacy'
2014-06-05 Andrew BrownRe-add type to legacy OC_Search_Result class
2014-06-05 Jörn Friedrich... use path param to create scrollto url
2014-06-05 Jörn Friedrich... decode filename for scrollto
2014-06-05 Jörn Friedrich... fix minor typos
2014-06-05 Andrew BrownAdd audio and image result types
2014-06-05 Andrew BrownAdd audio and image result types
2014-06-05 Jörn Friedrich... fix formatting
2014-06-05 Andrew BrownAdd legacy adapters for file search
2014-06-05 Andrew BrownMove to new namespace convention and add new result...
2014-06-05 Thomas MüllerMerge pull request #8483 from owncloud/encryption_use_o...
2014-06-05 Bernhard Posseltremove controller serializers
2014-06-05 Jan-Christoph... remove prevention of scrollbar, breaks some pages
2014-06-05 Jan-Christoph... prevent horizontal scrollbar
2014-06-05 Vincent PetryMerge pull request #8865 from owncloud/improve_share_se...
2014-06-05 Jan-Christoph... fix position of sidebar toggle, fix Files controls...
2014-06-05 Jan-Christoph... close sidebar when switching navigation entry, except...
2014-06-05 Thomas Mülleradding unit tests for encryption data migration
2014-06-05 Bjoern Schiessleuse oc_preferences instead of oc_encryption to store...
2014-06-05 Bjoern Schiessleallow to set pre-condition for setValue
2014-06-05 Thomas MüllerMerge pull request #8893 from owncloud/feature/get...
2014-06-05 Thomas MüllerMerge pull request #8902 from owncloud/fix_ldap_typo_2
2014-06-05 Arthur Schiwonfix typo in var name
2014-06-05 jbtbnlMerge pull request #8891 from owncloud/design-emptycontent
2014-06-05 Robin AppelmanVerify that we have a valid storage in View->getPath
2014-06-05 Bjoern Schiessleunify share settings
next