Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4803 from owncloud/fix-4465-add-share-user-on-enter | Morris Jobke | 2013-09-15 | 1 | -2/+4 |
|\ | | | | | Fixes #4465 - Added autoFocus to #shareWith autocomplete options | ||||
| * | no autoFocus if no users returned | Pete McFarlane | 2013-09-11 | 1 | -1/+3 |
| | | |||||
| * | Added autoFocus to #shareWith autocomplete options | Pete McFarlane | 2013-09-11 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #4853 from owncloud/external-shared_mimetype-icons | Thomas Müller | 2013-09-15 | 1 | -5/+1 |
|\ \ | | | | | | | Use external and shared icons in OC.Dialogs.filepicker() | ||||
| * | | Use external and shared icons in OC.Dialogs.filepicker() | kondou | 2013-09-14 | 1 | -5/+1 |
| | | | |||||
* | | | Merge pull request #4506 from owncloud/oc_avatars | Bernhard Posselt | 2013-09-14 | 2 | -0/+92 |
|\ \ \ | | | | | | | | | OC Avatars | ||||
| * | | | Merge branch 'master' into oc_avatars | kondou | 2013-09-12 | 2 | -7/+18 |
| |\| | | |||||
| * | | | Clean up avatars and preliminary use JSON->rawlist.php | kondou | 2013-09-05 | 1 | -10/+10 |
| | | | | |||||
| * | | | Have login-checks and CSRF checks | kondou | 2013-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into oc_avatars | kondou | 2013-09-04 | 4 | -32/+43 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Fix unwanted caching in IE8 | kondou | 2013-09-03 | 1 | -3/+11 |
| | | | | |||||
| * | | | Don't use HTML5 <header> to support avatars in IE8 | kondou | 2013-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Better naming than "ava" & "data", cache timeout, use ↵ | kondou | 2013-09-01 | 2 | -9/+11 |
| | | | | | | | | | | | | | | | | OC.Router.registerLoadedCallback() | ||||
| * | | | Add a description for $.avatar() and remove TODOs @raghunayyar fixed | kondou | 2013-08-31 | 2 | -2/+28 |
| | | | | |||||
| * | | | Deal with OC.Router.generate() | kondou | 2013-08-31 | 1 | -4/+4 |
| | | | | |||||
| * | | | Sanitize displayname, respect data @ $element, fix routename, clean after ↵ | kondou | 2013-08-31 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | cropping, updateAvatar with displayname | ||||
| * | | | Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests | kondou | 2013-08-30 | 2 | -14/+14 |
| | | | | |||||
| * | | | Use defaultavatars | kondou | 2013-08-29 | 2 | -0/+47 |
| | | | | |||||
* | | | | Merge pull request #4501 from owncloud/ajaxfilelist | Thomas Müller | 2013-09-14 | 1 | -0/+32 |
|\ \ \ \ | | | | | | | | | | | Ajax calls for "files" and "files_trashbin" apps | ||||
| * | | | | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -0/+32 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app | ||||
* | | | | Merge pull request #4806 from owncloud/oc-dialogs-pageleave | Thomas Tanghus | 2013-09-14 | 1 | -8/+18 |
|\ \ \ \ | |/ / / |/| | | | Don't popup meaningless alerts when dialog called on page leave | ||||
| * | | | Save two lines | Thomas Tanghus | 2013-09-11 | 1 | -3/+1 |
| | | | | |||||
| * | | | Remove test error :P | Thomas Tanghus | 2013-09-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Don't popup meaningless alerts when dialog called on page leave | Thomas Tanghus | 2013-09-11 | 1 | -9/+21 |
| | |/ | |/| | |||||
* | | | Merge pull request #4735 from owncloud/multiple_mimetypes_rawlist | Thomas Tanghus | 2013-09-11 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | Make it possible to pass rawlist.php an JSON array, to filter by more than one mimetype | ||||
| * | | | Use shorter array-conversion | kondou | 2013-09-06 | 1 | -3/+1 |
| | | | | |||||
| * | | | Only use mimetype_list and clean up a bit | kondou | 2013-09-05 | 1 | -10/+12 |
| | | | | |||||
| * | | | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵ | kondou | 2013-09-05 | 1 | -4/+11 |
| |/ / | | | | | | | | | | one mimetype | ||||
* | | | Fix double destroy on escape. | Thomas Tanghus | 2013-09-11 | 1 | -1/+2 |
| | | | |||||
* | | | Remove console logging | Thomas Tanghus | 2013-09-10 | 1 | -1/+0 |
| | | | |||||
* | | | Fix setting ocdialog options after initialization. | Thomas Tanghus | 2013-09-10 | 1 | -5/+9 |
|/ / | |||||
* | | Merge pull request #4709 from owncloud/previews_in_ocidalogs_filepicker | Morris Jobke | 2013-09-03 | 1 | -1/+5 |
|\ \ | | | | | | | Add previews to OC.dialogs.filepicker() | ||||
| * | | Add previews to OC.dialogs.filepicker(); Fix #4697 | kondou | 2013-09-03 | 1 | -1/+5 |
| | | | |||||
* | | | Merge pull request #4707 from owncloud/use_on_instead_of_deprecated_bind | Christopher | 2013-09-03 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | use on to add event listener instead of deprecated jquery bind | ||||
| * | | | use on to add event listener instead of deprecated jquery bind | Jörn Friedrich Dreyer | 2013-09-03 | 1 | -1/+2 |
| | |/ | |/| | |||||
* | | | Merge pull request #4473 from owncloud/texteditor_polishing | Jörn Friedrich Dreyer | 2013-09-03 | 1 | -20/+29 |
|\ \ \ | | | | | | | | | Texteditor polishing | ||||
| * | | | refactor OC.Breadcrumbs, allow injection of container to allow rendering ↵ | Jörn Friedrich Dreyer | 2013-08-16 | 1 | -20/+29 |
| | | | | | | | | | | | | | | | | crumbs into full screen editor | ||||
* | | | | Merge pull request #4695 from owncloud/placeholder-hsl | Morris Jobke | 2013-09-03 | 1 | -8/+5 |
|\ \ \ \ | |_|_|/ |/| | | | RGB -> HSL | ||||
| * | | | placeholder.js: fix typo | Jan-Christoph Borchardt | 2013-09-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | placeholder.js: adjust saturation and lightness values | Jan-Christoph Borchardt | 2013-09-02 | 1 | -2/+2 |
| | | | | |||||
| * | | | RGB -> HSL | Morris Jobke | 2013-09-02 | 1 | -7/+4 |
| | |/ | |/| | |||||
* / | | Use provided mimetype on open. Fix #4696 | Thomas Tanghus | 2013-09-02 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #4618 from owncloud/visualize-js | Morris Jobke | 2013-08-28 | 1 | -0/+65 |
|\ \ | | | | | | | visualize | ||||
| * | | fixing typo | Thomas Müller | 2013-08-28 | 1 | -1/+1 |
| | | | |||||
| * | | calculate fontsize and line-height | Morris Jobke | 2013-08-28 | 1 | -2/+7 |
| | | | |||||
| * | | reviewers comments | Morris Jobke | 2013-08-28 | 1 | -6/+14 |
| | | | |||||
| * | | add visualize | Morris Jobke | 2013-08-28 | 1 | -0/+52 |
| | | | |||||
* | | | Merge pull request #4627 from owncloud/trashbin-tipsy | Morris Jobke | 2013-08-28 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | change orientation for delete tooltip to left, fix #4589 | ||||
| * | | change orientation for delete tooltip to left, fix #4589 | Jan-Christoph Borchardt | 2013-08-28 | 1 | -0/+1 |
| | | | |||||
* | | | remove show password toggle from log in page, ref #4577 #4580 | Jan-Christoph Borchardt | 2013-08-28 | 1 | -1/+0 |
|/ / |