Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport of #1113 should fix #622 | Brice Maron | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | use jQuery.parseJSON fallback for IE6/7/8 | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+9 |
| | |||||
* | remove , at end of js. IE8 chokes on this | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #709 from schiesbn/set_passwd_on_enter_and_focusout | Thomas Müller | 2012-12-18 | 1 | -9/+22 |
|\ | | | | | set password for shared links when the user press enter | ||||
| * | call the password input field by name | Björn Schießle | 2012-12-14 | 1 | -1/+1 |
| | | |||||
| * | autofocus to password input after clicking the checkbox; code restructured; ↵ | Björn Schießle | 2012-12-14 | 1 | -14/+8 |
| | | | | | | | | debug output added | ||||
| * | some more usability improvements: | Björn Schießle | 2012-12-05 | 1 | -1/+10 |
| | | | | | | | | merged pull request https://github.com/owncloud/core/pull/121 into this patch with fixes for all issues mentioned in 121 | ||||
| * | set password for shared links when the user press enter and when he leaves ↵ | Björn Schießle | 2012-12-04 | 1 | -8/+18 |
| | | | | | | | | the password field | ||||
* | | backport of PR #810 | Thomas Mueller | 2012-12-12 | 1 | -3/+38 |
| | | |||||
* | | Backport #605 fix false positives when sharing. | Thomas Tanghus | 2012-12-04 | 1 | -1/+1 |
|/ | |||||
* | remove debug output | Arthur Schiwon | 2012-11-26 | 1 | -3/+0 |
| | |||||
* | coding style | Arthur Schiwon | 2012-11-26 | 1 | -1/+2 |
| | |||||
* | check whether to join url with ? or & | Arthur Schiwon | 2012-11-26 | 1 | -2/+13 |
| | |||||
* | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -3/+3 |
| | |||||
* | Backport pull request #380 from butonic/feature_share_link_with_token | Jörn Friedrich Dreyer | 2012-11-26 | 1 | -11/+17 |
| | |||||
* | backport NAN undefined fix for total file size | Jörn Friedrich Dreyer | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Backport pull request #112. | Thomas Tanghus | 2012-11-01 | 1 | -25/+29 |
| | |||||
* | added some visual feedback is password was set | Björn Schießle | 2012-10-28 | 1 | -0/+1 |
| | |||||
* | set password if user leaves password field (issue #57) | Björn Schießle | 2012-10-28 | 1 | -9/+7 |
| | |||||
* | Urlencode the share URL | Lukas Reschke | 2012-10-23 | 1 | -1/+1 |
| | | | | Fixes #63 | ||||
* | escapeHTML function | Lukas Reschke | 2012-10-12 | 1 | -0/+9 |
| | |||||
* | Prevent closing sharing dialog on picking the date | Victor Dubiniuk | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Prevent closing sharing dialog on month adjustment. Fixes oc-1884 | Victor Dubiniuk | 2012-10-08 | 1 | -1/+4 |
| | |||||
* | share.expiration is null if no expiration date is set. | Björn Schießle | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Show correct public link url for folders | Michael Gapczynski | 2012-10-03 | 1 | -1/+2 |
| | |||||
* | Share - Dropdown dialog - cut off username if it's longer than 14 chars - ↵ | Georg Ehrke | 2012-10-01 | 1 | -2/+6 |
| | | | | bugfix for oc-1871 | ||||
* | Fix double url decoding in fileDownloadPath function | Bart Visscher | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20 from scambra/undo-l10n | Thomas Müller | 2012-09-28 | 1 | -4/+4 |
|\ | | | | | undo interpolation in js for 4.5 | ||||
| * | undo interpolation in js for 4.5 | scambra | 2012-09-28 | 1 | -4/+4 |
| | | |||||
* | | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 2 | -1/+56 |
|/ | |||||
* | Fix unsetting share expiration date | Michael Gapczynski | 2012-09-26 | 1 | -1/+8 |
| | |||||
* | Show share expiration date set for shared item | Michael Gapczynski | 2012-09-26 | 1 | -5/+13 |
| | |||||
* | Stop autocomplete selection event propogration so share dropdown doesn't ↵ | Michael Gapczynski | 2012-09-25 | 1 | -0/+1 |
| | | | | disappear, fixes bug oc-1773 | ||||
* | some js style fixes | Robin Appelman | 2012-09-23 | 1 | -62/+65 |
| | |||||
* | some characters in comments avoid finding some strings to translate | scambra | 2012-09-21 | 2 | -4/+4 |
| | |||||
* | fix translating dialog buttons, they are translated in core not dialogs app | scambra | 2012-09-21 | 1 | -6/+6 |
| | |||||
* | translate files_sharing app | scambra | 2012-09-21 | 1 | -26/+26 |
| | |||||
* | float right element needs to be the first element, otherwise firefox will ↵ | Björn Schießle | 2012-09-20 | 1 | -2/+2 |
| | | | | move it to a new line | ||||
* | Fix changing of share status icons, bug fix for oc-1631 | Michael Gapczynski | 2012-09-19 | 1 | -11/+22 |
| | |||||
* | Don't show the expiration option until a share occurs, bug fix for oc-1724 | Michael Gapczynski | 2012-09-19 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 7 | -88/+198 |
|\ | | | | | | | | | | | Conflicts: core/js/share.js lib/util.php | ||||
| * | Add lock and clock icon for sharing | Michael Gapczynski | 2012-09-12 | 1 | -2/+1 |
| | | |||||
| * | Temporarily disable sharing with contacts and emails, will come in next release | Michael Gapczynski | 2012-09-12 | 1 | -5/+5 |
| | | |||||
| * | Don't display actions for children in shared collections, show the parent ↵ | Michael Gapczynski | 2012-09-09 | 1 | -42/+61 |
| | | | | | | | | collection the child is shared in | ||||
| * | add breadcrumb controll to js | Robin Appelman | 2012-09-09 | 1 | -0/+43 |
| | | |||||
| * | forgot a , | Robin Appelman | 2012-09-09 | 1 | -1/+1 |
| | | |||||
| * | add js versions of basename and dirname | Robin Appelman | 2012-09-08 | 1 | -0/+6 |
| | | |||||
| * | Fix name for OCCategories | Bart Visscher | 2012-09-05 | 1 | -1/+1 |
| | | |||||
| * | Add 'var' before some global js vars | Bart Visscher | 2012-09-05 | 2 | -2/+2 |
| | | |||||
| * | Add missing ; to js code | Bart Visscher | 2012-09-05 | 5 | -10/+10 |
| | |