Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for mb strlen | Artem Kochnev | 2017-07-20 | 1 | -1/+1 |
| | | | Error with moving files with long names in UTF-8 | ||||
* | Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokens | Joas Schilling | 2017-07-19 | 2 | -8/+3 |
|\ | | | | | Only use readable chars in Share Tokens | ||||
| * | Only use readable chars in Share Tokens | Joas Schilling | 2017-07-18 | 2 | -8/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5719 from nextcloud/improve-jscombiner | Morris Jobke | 2017-07-19 | 2 | -2/+16 |
|\ \ | | | | | | | Properly handle if the deps file if for some reason empty | ||||
| * | | Properly handle if the deps file if for some reason empty | Morris Jobke | 2017-07-19 | 2 | -2/+16 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Add workaround for https://github.com/etsy/phan/issues/1033 | Lukas Reschke | 2017-07-19 | 2 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Remove unused functions | Lukas Reschke | 2017-07-19 | 2 | -17/+0 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Run phan over code base | Lukas Reschke | 2017-07-19 | 4 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #5744 from 1manprojects/patch-1 | Morris Jobke | 2017-07-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Removed cast to integer in getSize | ||||
| * | | | changed direct cast to integer to numerical value | 1 Man Projects | 2017-07-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removed cast to integer in getSize | 1 Man Projects | 2017-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes - Wrong or no sizes of files/folders #5031 | ||||
* | | | | Merge pull request #5770 from nextcloud/path-repair-steps-loop | Roeland Jago Douma | 2017-07-18 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix invalid path repair step not getting all invalid entries | ||||
| * | | | | Fix invalid path repair step not getting all invalid entries | Robin Appelman | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #5709 from nextcloud/null-user-exist | Joas Schilling | 2017-07-18 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | null users dont exist | ||||
| * | | | | null users dont exist | Robin Appelman | 2017-07-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Fix emitting of legacy hook post_unshare | Pauli Järvinen | 2017-07-16 | 1 | -1/+1 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | - When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-15 | 2 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #5699 from nextcloud/bruteforce_capability | Lukas Reschke | 2017-07-14 | 4 | -0/+57 |
|\ \ \ \ | | | | | | | | | | | Add bruteforce capabilities | ||||
| * | | | | Update autoloader | Roeland Jago Douma | 2017-07-13 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | | Add bruteforce capabilities | Roeland Jago Douma | 2017-07-13 | 2 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-14 | 2 | -38/+38 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #5708 from nextcloud/nested-permissions-mask | Morris Jobke | 2017-07-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix scan permissions with nested permissions masks | ||||
| * | | | | Fix scan permissions with nested permissions masks | Robin Appelman | 2017-07-13 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #5715 from nextcloud/master-5655 | Morris Jobke | 2017-07-13 | 1 | -25/+66 |
|\ \ \ \ | | | | | | | | | | | Fixed repair step | ||||
| * | | | | chunk getting invalid paths and reuse queries | Robin Appelman | 2017-07-13 | 1 | -27/+61 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | use a generator instead of fetching all rows at once | Robin Appelman | 2017-07-13 | 1 | -2/+9 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #5070 from nextcloud/theming-vs-themes | Joas Schilling | 2017-07-13 | 1 | -13/+9 |
|\ \ \ \ | |_|/ / |/| | | | Prefer custom theme over the theming app | ||||
| * | | | Prefer custom theme over theming app | Julius Härtl | 2017-07-12 | 1 | -13/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #5695 from nextcloud/dont-error-when-the-table-doesnt-exist | Roeland Jago Douma | 2017-07-13 | 1 | -0/+3 |
|\ \ \ \ | |_|/ / |/| | | | Don't throw an error when the table doesn't exist | ||||
| * | | | Don't throw an error when the table doesn't exist | Joas Schilling | 2017-07-12 | 1 | -0/+3 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #5703 from nextcloud/autoloader_fix | Morris Jobke | 2017-07-13 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | Fix autoloader | ||||
| * | | | Fix autoloader | Roeland Jago Douma | 2017-07-13 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-13 | 2 | -14/+16 |
|/ / / | |||||
* | | | Write cert bundle to tmp file first | Roeland Jago Douma | 2017-07-12 | 2 | -5/+30 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #5567 from nextcloud/public-capabilities | Roeland Jago Douma | 2017-07-12 | 4 | -2/+40 |
|\ \ \ | | | | | | | | | Public capabilities API | ||||
| * | | | Update autoloader | Morris Jobke | 2017-07-04 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | Simplify if condition for public capabilities | Julius Härtl | 2017-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | Add public capabilities API | Julius Härtl | 2017-06-30 | 2 | -2/+38 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #5685 from nextcloud/jail-propagator | Roeland Jago Douma | 2017-07-12 | 2 | -0/+57 |
|\ \ \ \ | | | | | | | | | | | Fix propagating changes within jail wrapper | ||||
| * | | | | Fix propagating changes within jail wrapper | Robin Appelman | 2017-07-11 | 2 | -0/+57 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-12 | 6 | -68/+114 |
| | | | | |||||
* | | | | upstream | Maxence Lange | 2017-07-11 | 2 | -6/+12 |
|/ / / | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-10 | 2 | -14/+14 |
| | | | |||||
* | | | Merge pull request #5645 from nextcloud/try-to-prevent-spam-collecting-of-emails | Lukas Reschke | 2017-07-07 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Don't show mail domain and from in config report | ||||
| * | | | Don't show mail domain and from in config report | Joas Schilling | 2017-07-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #5628 from ↵ | Morris Jobke | 2017-07-07 | 2 | -10/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/only-create-the-migration-dir-when-necessary Only create the migration directory when necessary | ||||
| * | | | | Register autoloading before running migrations | Joas Schilling | 2017-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | Only create the migration directory when necessary | Joas Schilling | 2017-07-06 | 1 | -9/+4 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #5529 from michaelletzgus/optimize_js_order | Morris Jobke | 2017-07-07 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Optimize performance / Load CSS and JS in parallel on firefox | ||||
| * | | | | Optimize performance / Load CSS and JS in parallel on firefox | Michael Letzgus | 2017-06-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the inline <script> after the external <script> because the internal JS between CSS <link> and external JS makes firefox loading CSS and JS not in parallel. The internal js is now parsed last but will still be executed first since everything else is deferred js. Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com> |