Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 3 | -3/+124 | |
| | | | | | ||||||
| * | | | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -4/+0 | |
| | | | | | ||||||
| * | | | | set default value and remove now superflous method | Arthur Schiwon | 2015-09-16 | 1 | -19/+5 | |
| | | | | | ||||||
| * | | | | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 2 | -1/+1 | |
| | | | | | ||||||
| * | | | | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 4 | -12/+8 | |
| | | | | | ||||||
| * | | | | integraton noshare part into ShareDialogLinkShareView | Arthur Schiwon | 2015-09-16 | 2 | -44/+33 | |
| | | | | | ||||||
| * | | | | less stupid initalization of subviews | Arthur Schiwon | 2015-09-16 | 1 | -11/+11 | |
| | | | | | ||||||
| * | | | | split off expirationView | Arthur Schiwon | 2015-09-16 | 2 | -39/+108 | |
| | | | | | ||||||
| * | | | | split off linkShareView | Arthur Schiwon | 2015-09-16 | 2 | -80/+157 | |
| | | | | | ||||||
| * | | | | ShareDialogResharerInfoView improvements | Arthur Schiwon | 2015-09-16 | 3 | -9/+10 | |
| | | | | | ||||||
| * | | | | split ShareDialogResharerInfoView from base view | Arthur Schiwon | 2015-09-16 | 3 | -43/+137 | |
| | | | | | ||||||
| * | | | | show tooltips and load avatar | Arthur Schiwon | 2015-09-16 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | improve doc | Arthur Schiwon | 2015-09-16 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | move remaining global settings to configModel | Arthur Schiwon | 2015-09-16 | 2 | -5/+33 | |
| | | | | | ||||||
| * | | | | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 4 | -17/+192 | |
| | | | | | ||||||
| * | | | | improve reshare rendering part and move permission calculation to model | Arthur Schiwon | 2015-09-16 | 3 | -39/+87 | |
| | | | | | ||||||
| * | | | | switch to async item loading, take care stuff is updated subsequently | Arthur Schiwon | 2015-09-16 | 2 | -5/+25 | |
| | | | | | ||||||
| * | | | | make loadItems work async if a callback is provided | Arthur Schiwon | 2015-09-16 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | not beautiful, but good enough. share.js will not be around too much longer. | |||||
| * | | | | model now extends Backbone's model and isadjusted | Arthur Schiwon | 2015-09-16 | 1 | -13/+27 | |
| | | | | | ||||||
| * | | | | started to port the Model to Backbone`s | Arthur Schiwon | 2015-09-16 | 2 | -27/+19 | |
| | | | | | ||||||
| * | | | | remove possibly unreliable code and fix JSdoc | Arthur Schiwon | 2015-09-16 | 1 | -8/+9 | |
| | | | | | ||||||
| * | | | | share dialog view takes advantage of OC.Backbone.View | Arthur Schiwon | 2015-09-16 | 2 | -77/+43 | |
| | | | | | ||||||
| * | | | | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵ | Arthur Schiwon | 2015-09-16 | 3 | -2/+389 | |
| | | | | | | | | | | | | | | | | | | | | maintainability | |||||
* | | | | | fix checkbox images | Jan-Christoph Borchardt | 2015-09-16 | 9 | -6/+9 | |
| | | | | | ||||||
* | | | | | use label:before instead of label | Hendrik Leppelsack | 2015-09-16 | 2 | -19/+23 | |
| | | | | | ||||||
* | | | | | Fixes white and black checkboxes in core, files will be next. | Raghu Nayyar | 2015-09-16 | 2 | -6/+22 | |
| | | | | | ||||||
* | | | | | add white versions of custom checkboxes | Jan-Christoph Borchardt | 2015-09-16 | 6 | -0/+12 | |
| | | | | | ||||||
* | | | | | Adds background image for checkboxes | Raghu Nayyar | 2015-09-16 | 1 | -1/+18 | |
| | | | | | ||||||
* | | | | | custom checkbox style | Jan-Christoph Borchardt | 2015-09-16 | 6 | -0/+12 | |
|/ / / / | ||||||
* | | | | Merge pull request #19014 from ↵ | Thomas Müller | 2015-09-16 | 2 | -3/+19 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/dont-add-requestheaders-for-cross-domain-requests Add security hardenings to $.ajax() | |||||
| * | | | | Disable automatic evaluation of responses | Lukas Reschke | 2015-09-15 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a response to a $.ajax() request returns a content type of "application/javascript" JQuery would previously execute the response body. This is a pretty unexpected behaviour and can result in a bypass of our Content-Security-Policy as well as multiple unexpected XSS vectors. | |||||
| * | | | | Do not add sensitive request headers for cross domain requests | Lukas Reschke | 2015-09-15 | 1 | -3/+5 | |
| |/ / / | | | | | | | | | | | | | Prevents leaking the CSRF token to another third-party domain by mistake. | |||||
* | | | | Merge pull request #18938 from owncloud/occ_decrypt_all2 | Thomas Müller | 2015-09-16 | 2 | -0/+155 | |
|\ \ \ \ | | | | | | | | | | | occ script to disable encryption and to decrypt all files again | |||||
| * | | | | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 2 | -0/+155 | |
| |/ / / | ||||||
* / / / | Revert "Allow Remote avatars" | Thomas Müller | 2015-09-15 | 1 | -5/+1 | |
|/ / / | ||||||
* | | | Merge pull request #18982 from owncloud/fix_18878 | Lukas Reschke | 2015-09-14 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | enforce loading icon in sidebar to be 32x32 | |||||
| * | | | enforce loading icon in sidebar to be 32x32 | Georg Ehrke | 2015-09-11 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | use the same pattern for the command name like every other command | Bjoern Schiessle | 2015-09-14 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-14 | 2 | -0/+2 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-12 | 4 | -0/+70 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-11 | 2 | -0/+38 | |
| | | ||||||
* | | Prevent referer from being sent | Lukas Reschke | 2015-09-09 | 3 | -0/+3 | |
| | | | | | | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer. | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-08 | 2 | -0/+20 | |
| | | ||||||
* | | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 2 | -0/+75 | |
|\ \ | | | | | | | Combine upload action into the "New" menu | |||||
| * | | fix icon and layout details for new menu | Jan-Christoph Borchardt | 2015-09-03 | 1 | -9/+1 | |
| | | | ||||||
| * | | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 2 | -0/+83 | |
| | | | | | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-07 | 2 | -0/+28 | |
| | | | ||||||
* | | | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 3 | -19/+123 | |
|\ \ \ | | | | | | | | | Introduce mimetype DB update occ command | |||||
| * | | | Introduce mimetype DB update occ command | Robin McCorkell | 2015-09-04 | 2 | -1/+98 | |
| | | | | ||||||
| * | | | Move maintenance:mimetypesjs to sublocation, cleanup code | Robin McCorkell | 2015-09-01 | 2 | -19/+26 | |
| | | | |