Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-18 | 2 | -0/+20 |
* | Merge pull request #1449 from nextcloud/comments-user-mention | Morris Jobke | 2016-10-17 | 7 | -24/+122 |
|\ | |||||
| * | emit pre-update event for comments | Arthur Schiwon | 2016-10-12 | 2 | -3/+10 |
| * | update autoloading map | Arthur Schiwon | 2016-10-07 | 2 | -0/+2 |
| * | Notificacations for simple @-mentioning in comments | Arthur Schiwon | 2016-10-07 | 4 | -21/+110 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-15 | 2 | -4/+4 |
* | | Merge pull request #1441 from nextcloud/getby-id-less-queries | Lukas Reschke | 2016-10-14 | 9 | -41/+109 |
|\ \ | |||||
| * | | explicitly cast to int | Robin Appelman | 2016-10-12 | 1 | -2/+5 |
| * | | reuse share node when creating a share | Robin Appelman | 2016-10-12 | 1 | -0/+3 |
| * | | Always unlock node after trying to create a share | Robin Appelman | 2016-10-12 | 1 | -1/+1 |
| * | | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 7 | -40/+102 |
* | | | Merge pull request #1037 from nextcloud/no-double-token-update | Christoph Wurst | 2016-10-14 | 1 | -2/+0 |
|\ \ \ | |||||
| * | | | dont update the auth token twice | Robin Appelman | 2016-10-11 | 1 | -2/+0 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-13 | 2 | -6/+22 |
| |/ / |/| | | |||||
* | | | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 3 | -3/+33 |
* | | | Add app name to the call | Joas Schilling | 2016-10-10 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1672 from nextcloud/cache_non_exisiting_db_user | Roeland Jago Douma | 2016-10-10 | 1 | -2/+7 |
|\ \ | |||||
| * | | Cache non existing DB user | Roeland Jago Douma | 2016-10-10 | 1 | -2/+7 |
* | | | Merge pull request #1660 from nextcloud/add-notification-icon-to-api | Christoph Wurst | 2016-10-10 | 2 | -12/+48 |
|\ \ \ | |||||
| * | | | Add an icon to the notification API | Joas Schilling | 2016-10-07 | 2 | -12/+48 |
| | |/ | |/| | |||||
* | | | Merge pull request #1640 from nextcloud/less_queries_group_share | Morris Jobke | 2016-10-10 | 1 | -30/+49 |
|\ \ \ | |||||
| * | | | More efficient group share resolving | Roeland Jago Douma | 2016-10-06 | 1 | -30/+49 |
* | | | | Merge pull request #1663 from nextcloud/dont-reparse-info-xml | Morris Jobke | 2016-10-10 | 3 | -41/+42 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 2 | -1/+24 |
| * | | | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 3 | -46/+24 |
| | |/ | |/| | |||||
* | | | Merge pull request #1658 from nextcloud/fix-log.condition | Morris Jobke | 2016-10-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Default to empty string | Lukas Reschke | 2016-10-07 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1665 from nextcloud/speed-up-is-subdirectory-test | Morris Jobke | 2016-10-09 | 2 | -30/+26 |
|\ \ \ | |||||
| * | | | Simplify isSubDirectory check | Lukas Reschke | 2016-10-07 | 2 | -30/+26 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-08 | 2 | -6/+6 |
|/ / | |||||
* | | Merge pull request #1514 from nextcloud/integration-tests-orphaned-shares | Morris Jobke | 2016-10-06 | 1 | -8/+38 |
|\ \ | |/ |/| | |||||
| * | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() | Vincent Petry | 2016-10-06 | 1 | -8/+38 |
* | | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 1 | -0/+3 |
|\ \ | |||||
| * | | When we can not create the class, try if the variable is a registered service | Joas Schilling | 2016-10-05 | 1 | -0/+3 |
* | | | log version number in each log line | Morris Jobke | 2016-10-06 | 1 | -2/+4 |
| |/ |/| | |||||
* | | Merge pull request #1306 from nextcloud/simplefs | Lukas Reschke | 2016-10-06 | 20 | -36/+926 |
|\ \ | |||||
| * | | add proper exception documentation for ISimpleFS interface | Morris Jobke | 2016-10-05 | 1 | -0/+6 |
| * | | DI fails for bg job | Roeland Jago Douma | 2016-10-05 | 1 | -10/+4 |
| * | | Fix repair | Roeland Jago Douma | 2016-10-05 | 1 | -3/+1 |
| * | | Update autoloader | Roeland Jago Douma | 2016-10-05 | 2 | -0/+2 |
| * | | Use a backgroundjob to move avatars | Roeland Jago Douma | 2016-10-05 | 2 | -78/+118 |
| * | | Deprecate old app folder | Roeland Jago Douma | 2016-10-05 | 2 | -0/+2 |
| * | | Update autoloader | Roeland Jago Douma | 2016-10-05 | 2 | -0/+18 |
| * | | Kill users with the reserved name on login | Roeland Jago Douma | 2016-10-05 | 1 | -1/+11 |
| * | | Add for proper DI | Roeland Jago Douma | 2016-10-05 | 1 | -0/+5 |
| * | | Avatar migration step | Roeland Jago Douma | 2016-10-05 | 2 | -0/+141 |
| * | | avatar to appdata | Roeland Jago Douma | 2016-10-05 | 5 | -28/+24 |
| * | | Add Tests | Roeland Jago Douma | 2016-10-05 | 2 | -12/+26 |
| * | | Initial AppData | Roeland Jago Douma | 2016-10-05 | 11 | -7/+671 |
| |/ | |||||
* | | Merge pull request #1586 from nextcloud/issue-1466-fix-multi-translation-name... | Lukas Reschke | 2016-10-05 | 1 | -7/+67 |
|\ \ | |/ |/| |