Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-18 | 16 | -90/+194 |
| | |||||
* | Merge pull request #3881 from nextcloud/downstream-26842 | Joas Schilling | 2017-03-17 | 1 | -5/+41 |
|\ | | | | | Backbone Webdav Adapter MKCOL support | ||||
| * | Backbone Webdav Adapter MKCOL support | Vincent Petry | 2017-03-17 | 1 | -5/+41 |
| | | | | | | | | | | | | | | | | | | | | Usually Backbone collections cannot be created and just simply exists. But in the Webdav world they need to be creatable. This enhancement makes it possible to use a Backbone Model to represent such collections and when creating it, it will use MKCOL instead of PUT. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #3874 from nextcloud/harden-js-by-disabling-eval-execution | Roeland Jago Douma | 2017-03-17 | 1 | -0/+9 |
|\ \ | | | | | | | Harden JS by disabling jQuery eval | ||||
| * | | Harden JS by disabling jQuery eval | Lukas Reschke | 2017-03-16 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable execution of eval in jQuery. We do require an allowed eval CSP configuration at the moment for handlebars et al. But for jQuery there is not much of a reason to execute JavaScript directly via eval. This thus mitigates some unexpected XSS vectors. As example try to insert `$('.fileinfo').html('<a href="asd"><script>alert(1)</script></a>');` with and without this patch in your browsers JS console when the file list is opened. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-17 | 64 | -630/+76 |
| |/ |/| | |||||
* | | Merge pull request #3679 from nextcloud/socialsharing | Lukas Reschke | 2017-03-16 | 3 | -10/+173 |
|\ \ | |/ |/| | Add social sharing | ||||
| * | Fix layout of sharing buttons | Morris Jobke | 2017-03-14 | 1 | -13/+18 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Fix tests | Roeland Jago Douma | 2017-03-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Make sure copy tooltip remains when we have no social providers | Roeland Jago Douma | 2017-03-03 | 1 | -5/+22 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Move social buttons to menu | Roeland Jago Douma | 2017-03-03 | 3 | -149/+96 |
| | | | | | | | | | | | | | | | | | | * If there are social sharing buttons move them and the copy action to a menu * If there are no social sharing buttons just leave the copy action where it is directly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add social sharing | Roeland Jago Douma | 2017-03-03 | 3 | -1/+194 |
| | | | | | | | | | | | | | | * Add socialshare manager * Add social share field under link share Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #3008 from nextcloud/appmenu-experiment | Morris Jobke | 2017-03-16 | 3 | -53/+286 |
|\ \ | | | | | | | Show apps in header | ||||
| * | | Fix html formating issues | Julius Haertl | 2017-03-16 | 1 | -14/+5 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Rebuild menu to keep order of icons correct | Julius Haertl | 2017-03-16 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Reduce device width and hide app name when menu is open | Julius Haertl | 2017-03-16 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Make enabling/disabling apps work with the new menu | Julius Haertl | 2017-03-16 | 2 | -11/+10 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Fix positioning of popovermenu | Julius Haertl | 2017-03-16 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Fix popover positioning after window resize | Julius Haertl | 2017-03-16 | 1 | -5/+13 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Cleanup SCSS for app menu and fix mobile view | Julius Haertl | 2017-03-16 | 1 | -103/+91 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Make app management icon act like a normal app icon | Julius Haertl | 2017-03-16 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Fix menu issues | Julius Haertl | 2017-03-16 | 3 | -55/+82 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Generate seperate menu list for header bar | Julius Haertl | 2017-03-16 | 2 | -19/+30 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Show app icons in the header | Julius Haertl | 2017-03-16 | 3 | -5/+206 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | | Harden t() with DOMPurify | Lukas Reschke | 2017-03-16 | 4 | -17/+23 |
| | | | | | | | | | | | | | | | | | | This mitigates issues where developers pass untrusted user-input through t() which may lead to XSS issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Fix unit tests of master | Roeland Jago Douma | 2017-03-16 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | | Follow up to #3802 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #3802 from Ko-/master | Roeland Jago Douma | 2017-03-16 | 2 | -1/+12 |
|\ \ \ | |/ / |/| | | Check that set_time_limit is not disabled before calling it | ||||
| * | | Add warning on admin screen when set_time_limit is unavailable | Ko- | 2017-03-16 | 1 | -0/+8 |
| | | | |||||
| * | | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl> | ||||
* | | | Merge pull request #3624 from marncz/master | Roeland Jago Douma | 2017-03-16 | 1 | -2/+15 |
|\ \ \ | | | | | | | | | Update.js: countdown feedback before redirect | ||||
| * | | | Spacing | Marcin Czarnecki | 2017-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk> | ||||
| * | | | Update: feedback before redirect | Marcin Czarnecki | 2017-03-14 | 1 | -8/+9 |
| | | | | | | | | | | | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk> | ||||
| * | | | Update: feedback before redirect | Marcin Czarnecki | 2017-02-25 | 1 | -2/+14 |
| | | | | | | | | | | | | Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-16 | 46 | -46/+0 |
| | | | | |||||
* | | | | Merge pull request #3848 from nextcloud/remove-single-quotes-around-search-query | Roeland Jago Douma | 2017-03-15 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Remove single quotes around search query like in user search | ||||
| * | | | | Remove single quotes around search query like in user search | Joas Schilling | 2017-03-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-15 | 4 | -66/+66 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-14 | 4 | -180/+230 |
| | | | | | |||||
* | | | | | Remove the double password confirmation on changing cron | Joas Schilling | 2017-03-13 | 1 | -0/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-13 | 6 | -2/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-12 | 2 | -4/+4 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-11 | 6 | -76/+138 |
| | | | |||||
* | | | Fix login page, because only guest.css is loaded now | Morris Jobke | 2017-03-10 | 1 | -0/+13 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-10 | 2 | -82/+106 |
| | | | |||||
* | | | Add more styles to the server.scss | Morris Jobke | 2017-03-09 | 5 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [PoC] combine 2 scss files! | Roeland Jago Douma | 2017-03-09 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-08 | 4 | -2/+8 |
| | | | |||||
* | | | Apply text input styling to 'tel' inputs too | Christoph Wurst | 2017-03-07 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-06 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-04 | 4 | -0/+758 |
| |/ |/| |