summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove sensible information from exception messageMorris Jobke2016-10-241-6/+6
* Add message to NotSquareException thrown from AvatarOlivier Mehani2016-10-242-7/+7
* Merge pull request #1820 from nextcloud/4byte-filenamesRoeland Jago Douma2016-10-244-3/+35
|\
| * Added method to DB and fix testRoeland Jago Douma2016-10-241-0/+11
| * Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-203-3/+24
* | Merge pull request #1832 from nextcloud/select2-into-coreLukas Reschke2016-10-221-1/+5
|\ \
| * | Template css orderJohn Molakvoæ2016-10-211-1/+5
| |/
* | Merge pull request #1835 from nextcloud/downstream-24948Morris Jobke2016-10-207-7/+14
|\ \
| * | Fix shared storage namespace in DecryptAll classVincent Petry2016-10-201-1/+1
| * | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-206-6/+13
| |/
* | Get rid of very old oc:// stream wrapper (#26381)Vincent Petry2016-10-204-157/+0
* | Merge pull request #1826 from nextcloud/downstream-26391Morris Jobke2016-10-201-2/+2
|\ \
| * | Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-201-2/+2
| |/
* / Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+3
|/
* Remove unneeded compatibility polyfillsMorris Jobke2016-10-201-1/+0
* Remove unneeded placeholder polyfillMorris Jobke2016-10-201-1/+0
* Fix like queries in the QueryBuilderJoas Schilling2016-10-192-5/+29
* Ignore failures of collation change in the pre update stepJoas Schilling2016-10-192-11/+30
* Correctly save and pass on the charsetJoas Schilling2016-10-191-2/+4
* Fixing ctor callThomas Müller2016-10-193-5/+5
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-197-8/+36
* Merge pull request #1734 from nextcloud/setvalue_optLukas Reschke2016-10-181-0/+19
|\
| * Use cache to determine if value need to be updatedRoeland Jago Douma2016-10-131-0/+19
* | Merge pull request #1722 from nextcloud/hide-storage-warningsMorris Jobke2016-10-181-1/+1
|\ \
| * | hide storage wrapper warning for the readonly storageMorris Jobke2016-10-131-1/+1
* | | [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+20
* | | Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-177-24/+122
|\ \ \
| * | | emit pre-update event for commentsArthur Schiwon2016-10-122-3/+10
| * | | update autoloading mapArthur Schiwon2016-10-072-0/+2
| * | | Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-074-21/+110
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-152-4/+4
* | | | Merge pull request #1441 from nextcloud/getby-id-less-queriesLukas Reschke2016-10-149-41/+109
|\ \ \ \
| * | | | explicitly cast to intRobin Appelman2016-10-121-2/+5
| * | | | reuse share node when creating a shareRobin Appelman2016-10-121-0/+3
| * | | | Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+1
| * | | | optimize Folder::getById to use less queriesRobin Appelman2016-10-127-40/+102
| | |/ / | |/| |
* | | | Merge pull request #1037 from nextcloud/no-double-token-updateChristoph Wurst2016-10-141-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | dont update the auth token twiceRobin Appelman2016-10-111-2/+0
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-132-6/+22
| |/ / |/| |
* | | [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-113-3/+33
* | | Add app name to the callJoas Schilling2016-10-101-1/+1
|/ /
* | Merge pull request #1672 from nextcloud/cache_non_exisiting_db_userRoeland Jago Douma2016-10-101-2/+7
|\ \
| * | Cache non existing DB userRoeland Jago Douma2016-10-101-2/+7
* | | Merge pull request #1660 from nextcloud/add-notification-icon-to-apiChristoph Wurst2016-10-102-12/+48
|\ \ \
| * | | Add an icon to the notification APIJoas Schilling2016-10-072-12/+48
| | |/ | |/|
* | | Merge pull request #1640 from nextcloud/less_queries_group_shareMorris Jobke2016-10-101-30/+49
|\ \ \
| * | | More efficient group share resolvingRoeland Jago Douma2016-10-061-30/+49
* | | | Merge pull request #1663 from nextcloud/dont-reparse-info-xmlMorris Jobke2016-10-103-41/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-072-1/+24
| * | | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-073-46/+24
| | |/ | |/|