summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-04-07140-176/+208
|
* Merge pull request #9109 from nextcloud/feature/8004/always_rememberRoeland Jago Douma2018-04-063-33/+9
|\ | | | | Always remember me
| * Remove unused parameterRoeland Jago Douma2018-04-061-2/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix testsRoeland Jago Douma2018-04-062-18/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Always remember meRoeland Jago Douma2018-04-062-13/+1
|/ | | | | | Fixes #8004 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9076 from nextcloud/feature/7573/user_db_backend_indexRoeland Jago Douma2018-04-065-25/+148
|\ | | | | Make select queries on user DB backend indexable
| * Bump autoloaderRoeland Jago Douma2018-04-063-1/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Silence phanRoeland Jago Douma2018-04-062-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use the uid_lower columnRoeland Jago Douma2018-04-061-24/+65
| | | | | | | | | | | | This can use a proper index Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add an uid_lower column to the oc_users tableRoeland Jago Douma2018-04-062-1/+79
| | | | | | | | | | | | | | | | | | | | | | Add a new column. In the postSchemaChange copy over the values (with lower). This should work just fine as this is a very simple operation. Even if you have 1M users in the db backend this should be fast enough. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9101 from nextcloud/3rdparty/switch_zipstreamerRoeland Jago Douma2018-04-061-0/+0
|\ \ | | | | | | Switch ZipSteamer lib
| * | Switch ZipSteamer libRoeland Jago Douma2018-04-061-0/+0
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9084 from nextcloud/public-page-template-extendMorris Jobke2018-04-0617-87/+123
|\ \ | |/ |/| Public page template enhancements
| * Fix files acceptance testJulius Härtl2018-04-051-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix testsJulius Härtl2018-04-051-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Update composer autoloaderJulius Härtl2018-04-054-4/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add since tagsJulius Härtl2018-04-052-1/+18
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move external share saving to templateJulius Härtl2018-04-054-20/+34
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add footer to public page templateJulius Härtl2018-04-052-0/+20
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move styling and menu handling to publicpage.jsJulius Härtl2018-04-057-44/+33
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Do not hide primary action textJulius Härtl2018-04-051-4/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move common menu templates to public APIJulius Härtl2018-04-053-14/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #8904 from nextcloud/ocs-api-get-users-details-per-groupsRoeland Jago Douma2018-04-0610-220/+349
|\ \ | | | | | | Api: return users details by groups
| * | Rebase to masterJohn Molakvoæ (skjnldsv)2018-04-051-1/+10
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use abstract subclass so members can be definedJoas Schilling2018-04-055-54/+63
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fixed testsJohn Molakvoæ (skjnldsv)2018-04-055-51/+56
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Trait bumpJohn Molakvoæ (skjnldsv)2018-04-055-126/+177
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed testsJohn Molakvoæ (skjnldsv)2018-04-052-11/+20
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Cast types directlyJohn Molakvoæ (skjnldsv)2018-04-051-27/+9
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Limit and offsetJohn Molakvoæ (skjnldsv)2018-04-051-1/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-054-9/+69
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9100 from JaredBoone/bugfix/8387-masterblizzz2018-04-062-2/+2
|\ \ \ | | | | | | | | Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT…
| * | | Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 ↵Jared Boone2018-04-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is undefined. Fixes https://github.com/nextcloud/server/issues/8387. Signed-off-by: Jared Boone <jared.boone@gmail.com>
* | | | Merge pull request #9096 from nextcloud/feature/noid/ping_better_hostsblizzz2018-04-062-7/+13
|\ \ \ \ | | | | | | | | | | Ping more privacy respecting organizations
| * | | | Ping more privacy respecting organizationsRoeland Jago Douma2018-04-052-7/+13
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-04-068-4/+510
| |/ / |/| |
* | | Merge pull request #9092 from nextcloud/log-objectstorage-stuffRoeland Jago Douma2018-04-051-3/+5
|\ \ \ | |_|/ |/| | Add more logging for the object storage during creation of the buckets
| * | Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-3/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9082 from nextcloud/feature/8795/new_webdav_url_in_webRoeland Jago Douma2018-04-053-1/+8
|\ \ \ | | | | | | | | Show the new dav url in the web UI
| * | | Show the new dav url in the web UIRoeland Jago Douma2018-04-053-1/+8
| | |/ | |/| | | | | | | | | | | | | Fixes #8795 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9087 from nextcloud/bugfix/3523/windows10_webdav_netdriveMorris Jobke2018-04-051-0/+1
|\ \ \ | | | | | | | | Allow usage of Windows 10 WebDav Netdrive
| * | | Allow usage of Windows 10 WebDav NetdriveRoeland Jago Douma2018-04-051-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3523 As long as we don't have #8123 lets not leave our Window10 netdrive users hanging. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9085 from ↵Morris Jobke2018-04-051-7/+1
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix-progress-bar-hidden-before-the-upload-ends Fix progress bar hidden before the upload ends
| * | Fix progress bar hidden before the upload endsDaniel Calviño Sánchez2018-04-051-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jQuery File Upload plugin triggers the "stop" event once there are no more files being uploaded (even if some of them were added when another upload was already in progress). Therefore, the progress bar should be hidden in the "fileuploadstop" callback. In some cases the "stop" event is not triggered and thus the progress bar is not hidden once no more files are being uploaded. This is caused by a race condition and it will be fixed in another commit; except in buggy cases like that one (that need to be fixed anyway) it is safe to hide the progress bar in the "fileuploadstop" callback. In any case, note that the callbacks in "fileuploaddone" may be called after the "stop" event was triggered and handled when using chunked uploads. In that case once all the chunks are uploaded the assembled file is moved to its final destination, so its promise could be resolved after the "stop" event was triggered. Therefore a different approach would be needed to keep the progress bar visible until the chunked upload is truly finished, but for the time being the current one is good enough. Before this commit the progress bar was being hidden when the first upload finished, either successfully or with an error, no matter if there were other files being uploaded too. The progress bar was being explicitly hidden also when the upload was cancelled. When an upload is cancelled all the single uploads are aborted, which triggers a "fail" event for each of them. However, the "stop" event is always triggered when no more files are being uploaded, so it is triggered too once all the single uploads were aborted. As all the single uploads are immediately aborted in a loop when the general upload is cancelled it makes no difference to hide the progress bar when the first single upload is aborted or when all the single uploads were aborted, so the progress bar is no longer explicitly hidden in the former case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #9081 from nextcloud/bugfix/9080/groupby_typoRoeland Jago Douma2018-04-051-1/+1
|\ \ \ | | | | | | | | Fix Array to String conversion in QueryBuilder
| * | | Fix Array to String conversion in QueryBuilderRoeland Jago Douma2018-04-051-1/+1
|/ / / | | | | | | | | | | | | | | | Fixes #9080 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9075 from coliff/patch-1Roeland Jago Douma2018-04-051-1/+1
|\ \ \ | | | | | | | | Update link to Nextcloud 13 Developer Manual
| * | | Update link to Nextcloud 13 Developer ManualChristian Oliff2018-04-041-1/+1
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-04-0526-2/+48
| | | |
* | | | Merge pull request #8926 from nextcloud/ocs-api-quota-fallbackblizzz2018-04-041-1/+10
|\ \ \ \ | |/ / / |/| | | Return quota even if user is not initialised