summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* set logger before registrate to an error handlerMorris Jobke2014-06-091-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-092-2/+60
|
* Merge pull request #8916 from owncloud/rmdirr-test-cleanup-fixMorris Jobke2014-06-081-0/+2
|\ | | | | Added hacky fix for long path cleanup routine
| * Added hacky fix for long path cleanup routineVincent Petry2014-06-061-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-085-4/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0768-189/+3
| |
* | Merge pull request #8927 from owncloud/expire_only_link_sharesBjörn Schießle2014-06-062-36/+79
|\ \ | | | | | | only expire link shares
| * | only expire link sharesBjoern Schiessle2014-06-062-36/+79
| | |
* | | Merge pull request #8253 from owncloud/pk-on-all-tables-masterThomas Müller2014-06-062-1/+2
|\ \ \ | | | | | | | | Primary keys on all tables master
| * | | adding PK to table encryptionThomas Müller2014-06-062-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* | | | Merge pull request #8921 from owncloud/fix-remove-storage-masterThomas Müller2014-06-061-10/+22
|\ \ \ \ | |_|/ / |/| | | No need to create a storage within remove
| * | | No need to create a storage within removeThomas Müller2014-06-061-10/+22
| | | |
* | | | Merge pull request #4553 from owncloud/update_search_classesVincent Petry2014-06-0617-122/+657
|\ \ \ \ | | | | | | | | | | Update search classes
| * | | | fix namespace for legacy search classesJörn Friedrich Dreyer2014-06-062-2/+2
| | | | |
| * | | | make search non-static, add ISearch to server container, make legacy a ↵Jörn Friedrich Dreyer2014-06-069-31/+146
| | | | | | | | | | | | | | | | | | | | static wrapper for it, move provider and result to public api
| * | | | minor phpdoc cleanup and importsJörn Friedrich Dreyer2014-06-056-13/+14
| | | | |
| * | | | Move new search results to 'lib/private/search'Andrew Brown2014-06-055-1/+1
| | | | |
| * | | | Move legacy search to 'lib/private/legacy'Andrew Brown2014-06-055-68/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes errors where apps would try to start providers using OC_Search and would fail. Also, made OC_Search simply inherit from \OC\Search.
| * | | | Re-add type to legacy OC_Search_Result classAndrew Brown2014-06-051-1/+14
| | | | |
| * | | | Add audio and image result typesAndrew Brown2014-06-051-2/+2
| | | | |
| * | | | Add audio and image result typesAndrew Brown2014-06-053-1/+81
| | | | |
| * | | | fix formattingJörn Friedrich Dreyer2014-06-0510-191/+200
| | | | |
| * | | | Add legacy adapters for file searchAndrew Brown2014-06-054-0/+133
| | | | |
| * | | | Move to new namespace convention and add new result sub-classingAndrew Brown2014-06-056-100/+323
| | | | |
* | | | | add more and fix office mimetypes, migrate wrong mimetypesJörn Friedrich Dreyer2014-06-061-2/+20
| |_|/ / |/| | |
* | | | Merge pull request #8666 from owncloud/mount-removeicewind19912014-06-0610-82/+145
|\ \ \ \ | | | | | | | | | | Support for (re)moving mountpoints
| * | | | Dont connect hooks twiceRobin Appelman2014-06-061-0/+6
| | | | |
| * | | | make sure that we only delete shares for the current userBjoern Schiessle2014-06-061-3/+8
| | | | |
| * | | | only unshare user share if it was shared with the current userBjoern Schiessle2014-06-061-1/+2
| | | | |
| * | | | make sure that we remove all shares refering to the same parentBjoern Schiessle2014-06-061-21/+0
| | | | |
| * | | | fix unshareFromSelf()Bjoern Schiessle2014-06-061-23/+38
| | | | |
| * | | | Movable storage root can always be moved and deletedRobin Appelman2014-06-061-1/+1
| | | | |
| * | | | use triple equalsRobin Appelman2014-06-061-1/+1
| | | | |
| * | | | Fix phpdoc and commentsRobin Appelman2014-06-061-0/+1
| | | | |
| * | | | allow moving files to the rootBjoern Schiessle2014-06-061-4/+0
| | | | |
| * | | | remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-1/+12
| | | | |
| * | | | Fix folder name for storage rootRobin Appelman2014-06-061-1/+1
| | | | |
| * | | | don't allow to share single files with delete permissions, user should only ↵Bjoern Schiessle2014-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | be possible to unshare a single file but never to delete it
| * | | | Add the removing logic for mountsRobin Appelman2014-06-061-5/+9
| | | | |
| * | | | Don't do rename hooks for cache when moving the mountpointRobin Appelman2014-06-061-0/+4
| | | | |
| * | | | Add a system for (re)movable mount pointsRobin Appelman2014-06-064-28/+64
| | | | |
* | | | | Merge pull request #8900 from guruz/webdav_permission_moveable_renameableVincent Petry2014-06-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | WebDAV Permissions: Distinguish between renameing and moving
| * | | | | WebDAV Permissions: Distinguish between renameing and movingMarkus Goetz2014-06-051-1/+1
| | | | | |
* | | | | | Merge pull request #8905 from owncloud/update-cli-skipcheckmigrateVincent Petry2014-06-061-17/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added CLI arguments for upgrade simulation steps
| * | | | | | Added CLI arguments for upgrade simulation stepsVincent Petry2014-06-061-17/+51
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "dry run" argument to only run the update simulation. Added argument to disable migration (useful for bigger setups where table duplication would take too much space)
* | | | | | Merge pull request #8159 from owncloud/mobile-sidebar-swipeThomas Müller2014-06-061-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Mobile sidebar swipe
| * | | | | add snap.js scriptJan-Christoph Borchardt2014-06-051-0/+1
| | | | | |
* | | | | | Merge pull request #8783 from owncloud/remove-serializersThomas Müller2014-06-062-47/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove controller serializers
| * | | | | remove controller serializersBernhard Posselt2014-06-052-47/+3
| | | | | |
* | | | | | Merge pull request #8909 from owncloud/fix-temporary-storage-rmdirr-masterThomas Müller2014-06-061-0/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | use system function to recursive remove the directory used by temporary ...