Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-06 | 6 | -664/+690 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-05 | 26 | -46/+204 | |
| | ||||||
* | Merge pull request #14958 from nextcloud/fix-drone | Morris Jobke | 2019-04-05 | 1 | -1046/+2217 | |
|\ | | | | | Adjust drone config to drone 1.0.0 | |||||
| * | Adjust drone config to drone 1.0.0 | Morris Jobke | 2019-04-04 | 1 | -1046/+2217 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #14949 from nextcloud/version/noid/16.0.0beta3v16.0.0beta3 | Roeland Jago Douma | 2019-04-04 | 1 | -2/+2 | |
|\ | | | | | 16.0.0 Beta 3 | |||||
| * | 16.0.0 Beta 3 | Morris Jobke | 2019-04-03 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-04 | 146 | -336/+1668 | |
|/ | ||||||
* | Merge pull request #14946 from nextcloud/fix-markup-of-file-names-in-file-picker | Morris Jobke | 2019-04-03 | 1 | -1/+1 | |
|\ | | | | | Fix markup of file names in file picker | |||||
| * | Fix markup of file names in file picker | Daniel Calviño Sánchez | 2019-04-03 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
* | | Merge pull request #14947 from ↵ | Morris Jobke | 2019-04-03 | 1 | -1/+3 | |
|\ \ | |/ |/| | | | | | nextcloud/adjust-acceptance-tests-to-changes-of-file-names-in-file-picker Adjust acceptance tests to changes of file names in file picker | |||||
| * | Adjust acceptance tests to changes of file names in file picker | Daniel Calviño Sánchez | 2019-04-03 | 1 | -1/+3 | |
|/ | | | | | | | | | File names are no longer shown directly in the ".filename" element, but split in two "span" elements inside a ".filename-parts" element, so now the texts in those span elements need to be concatenated to get the file name. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
* | Merge pull request #14937 from nextcloud/fix/noid/no-placeholders-for-password | Roeland Jago Douma | 2019-04-03 | 1 | -1/+5 | |
|\ | | | | | storage mount handlers: do not attempt to replace anything in password options | |||||
| * | do not attempt to replace anything in the password | Arthur Schiwon | 2019-04-02 | 1 | -1/+5 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #14938 from nextcloud/enh/14770 | Roeland Jago Douma | 2019-04-03 | 3 | -13/+13 | |
|\ \ | | | | | | | Move appstore details warnings above buttons | |||||
| * | | Move appstore details warnings above buttons | Roeland Jago Douma | 2019-04-02 | 3 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-03 | 20 | -18/+388 | |
| | | | ||||||
* | | | Merge pull request #14936 from nextcloud/fix/noid/loglevel-in-context | Roeland Jago Douma | 2019-04-02 | 1 | -3/+1 | |
|\ \ \ | |/ / |/| | | set the loglevel in context, save the condition | |||||
| * | | set the loglevel in context, save the condition | Arthur Schiwon | 2019-04-02 | 1 | -3/+1 | |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #14605 from nextcloud/bugfix/14112/display-reshares | Roeland Jago Douma | 2019-04-02 | 1 | -10/+30 | |
|\ \ | | | | | | | returns reshares in API | |||||
| * | | revert to select() | Maxence Lange | 2019-04-02 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | do not returns shared_with === currentUser | Maxence Lange | 2019-04-01 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | fixing share format | Maxence Lange | 2019-03-31 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | issue during last push | Maxence Lange | 2019-03-31 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | returns reshares in API | Maxence Lange | 2019-03-31 | 2 | -10/+30 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Merge pull request #14925 from nextcloud/bugfix/14824-skip-check | Roeland Jago Douma | 2019-04-02 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Skip check if CONSTANT on real object is used | |||||
| * | | Skip check if CONSTANT on real object is used | Daniel Kesselberg | 2019-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Merge pull request #14931 from nextcloud/fix/files/grid-deleted-restore | John Molakvoæ | 2019-04-02 | 7 | -20/+27 | |
|\ \ \ | | | | | | | | | Show comments and restore in popover menu | |||||
| * | | | Show comments and restore in popover menu | John Molakvoæ (skjnldsv) | 2019-04-02 | 7 | -20/+27 | |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | | | Merge pull request #14934 from nextcloud/fix/settings/hamburger-menu | John Molakvoæ | 2019-04-02 | 10 | -256/+568 | |
|\ \ \ \ | | | | | | | | | | | Fix mobile menu on users management | |||||
| * | | | | Fix mobile menu on users management | John Molakvoæ (skjnldsv) | 2019-04-02 | 10 | -256/+568 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | | | Merge pull request #14935 from nextcloud/fix/settings/use-components-multiselect | Morris Jobke | 2019-04-02 | 13 | -24/+20 | |
|\ \ \ \ | | | | | | | | | | | Fix/settings/use components multiselect | |||||
| * | | | | Update build | John Molakvoæ (skjnldsv) | 2019-04-02 | 10 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | | | | Use components multiselect in apps management | John Molakvoæ (skjnldsv) | 2019-04-02 | 3 | -6/+2 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | | | Merge pull request #14775 from nextcloud/revert-14774-fix/bundle_enable_tests | Roeland Jago Douma | 2019-04-02 | 1 | -8/+8 | |
|\ \ \ \ | |/ / / |/| | | | Revert "Temp disable bundle tests" | |||||
| * | | | Revert "Temp disable bundle tests" | Roeland Jago Douma | 2019-04-01 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-02 | 2 | -12/+46 | |
| | | | | ||||||
* | | | | Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filename | Roeland Jago Douma | 2019-04-01 | 3 | -1/+33 | |
|\ \ \ \ | |_|/ / |/| | | | Truncate filename in the middle on filepicker | |||||
| * | | | Truncate filename in the middle on filepicker | John Molakvoæ (skjnldsv) | 2019-03-30 | 3 | -1/+33 | |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | | | Merge pull request #14905 from ↵ | Morris Jobke | 2019-04-01 | 1 | -1/+10 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | nextcloud/bugfix/noid/add-fulltextsearch-min-version Add min-version/max-version to fulltextsearch provider element | |||||
| * | | | Add min-version/max-version to fulltextsearch provider | Julius Härtl | 2019-03-28 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | | Merge pull request #14914 from nextcloud/bugfix/noid/hidden-files-grid | Morris Jobke | 2019-04-01 | 1 | -2/+6 | |
|\ \ \ \ | | | | | | | | | | | Fix hidden file display in grid view | |||||
| * | | | | Fix hidden file display in grid view | Julius Härtl | 2019-03-30 | 1 | -2/+6 | |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | | Merge pull request #14900 from rummatee/issue14834 | Morris Jobke | 2019-04-01 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | hide new folder button in choose type filepicker | |||||
| * | | | | hide new folder button in choose type filepicker | Florian Schunk | 2019-03-29 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de> | |||||
* | | | | | Merge pull request #14902 from nextcloud/bugfix/noid/fix-non-default-prefix | Joas Schilling | 2019-04-01 | 1 | -6/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | Indeces, columns and sequences don't have the table prefix | |||||
| * | | | | | Indeces, columns and sequences don't have the table prefix | Joas Schilling | 2019-03-28 | 1 | -6/+6 | |
| | |_|/ / | |/| | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-01 | 36 | -348/+1362 | |
| |_|_|/ |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-31 | 22 | -64/+2550 | |
| |_|/ |/| | | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-30 | 68 | -174/+412 | |
| |/ |/| | ||||||
* | | Merge pull request #14892 from nextcloud/bugfix/noid/collections | Roeland Jago Douma | 2019-03-29 | 12 | -62/+161 | |
|\ \ | | | | | | | Bugfix/noid/collections |