aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #112 from libasys/Fix-strange-Isue-IE8Thomas Tanghus2012-10-311-17/+21
|\
| * UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of form...libasys2012-10-311-4/+4
| * Fix for problems using for() function instead of $.each for arrays with IE8libasys2012-10-261-15/+19
* | Change search to use routingBart Visscher2012-10-291-1/+1
* | Try to fix shared status icons againMichael Gapczynski2012-10-281-10/+5
* | Fix shared status iconsMichael Gapczynski2012-10-281-7/+33
* | added some visual feedback is password was setBjörn Schießle2012-10-281-0/+1
* | set password if user leaves password field (issue #57)Björn Schießle2012-10-281-9/+7
* | Fix download url generationBart Visscher2012-10-271-1/+1
* | Merge branch 'routing'Bart Visscher2012-10-272-3/+81
|\ \
| * \ Merge branch 'master' into routingBart Visscher2012-10-172-13/+46
| |\ \
| * | | Implement routing on javascript sideBart Visscher2012-10-051-0/+73
| * | | Make the core ajax calls use the routerBart Visscher2012-10-021-1/+1
| * | | Make the settings ajax calls use the routerBart Visscher2012-10-021-1/+6
| * | | Merge branch 'master' into routingBart Visscher2012-09-282-1/+56
| |\ \ \
| * \ \ \ Merge branch 'master' into routingBart Visscher2012-09-283-139/+270
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into routingBart Visscher2012-09-077-37/+76
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-305-63/+265
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-293-4/+443
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into routingBart Visscher2012-08-151-31/+33
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Use core routes in js tooBart Visscher2012-08-151-2/+2
* | | | | | | | | | update infieldlabel script from @zawaideh to fix autofill overlap, https://gi...Jan-Christoph Borchardt2012-10-262-140/+12
* | | | | | | | | | closes #113Thomas Müller2012-10-261-12/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Urlencode the share URLLukas Reschke2012-10-231-1/+1
* | | | | | | | | Translate formatDate using jquery datepickerscambra2012-10-191-3/+1
* | | | | | | | | translate datepickerscambra2012-10-191-0/+8
* | | | | | | | | use interpolation for some translations in jsscambra2012-10-161-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | escapeHTML functionLukas Reschke2012-10-121-0/+9
* | | | | | | | Merge pull request #24 from owncloud/js_variable_interpolationThomas Müller2012-10-101-3/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus2012-10-051-3/+19
* | | | | | | | | Prevent closing sharing dialog on picking the dateVictor Dubiniuk2012-10-081-2/+2
* | | | | | | | | Prevent closing sharing dialog on month adjustment. Fixes oc-1884Victor Dubiniuk2012-10-081-1/+4
|/ / / / / / / /
* | | | | | | | share.expiration is null if no expiration date is set.Björn Schießle2012-10-041-1/+1
* | | | | | | | Show correct public link url for foldersMichael Gapczynski2012-10-031-1/+2
* | | | | | | | Share - Dropdown dialog - cut off username if it's longer than 14 chars - bug...Georg Ehrke2012-10-011-2/+6
* | | | | | | | Fix double url decoding in fileDownloadPath functionBart Visscher2012-09-291-1/+1
* | | | | | | | Merge pull request #20 from scambra/undo-l10nThomas Müller2012-09-281-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | undo interpolation in js for 4.5scambra2012-09-281-4/+4
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-282-1/+56
|/ / / / / /
* | | | | | Fix unsetting share expiration dateMichael Gapczynski2012-09-261-1/+8
* | | | | | Show share expiration date set for shared itemMichael Gapczynski2012-09-261-5/+13
* | | | | | Stop autocomplete selection event propogration so share dropdown doesn't disa...Michael Gapczynski2012-09-251-0/+1
* | | | | | some js style fixesRobin Appelman2012-09-231-62/+65
* | | | | | some characters in comments avoid finding some strings to translatescambra2012-09-212-4/+4
* | | | | | fix translating dialog buttons, they are translated in core not dialogs appscambra2012-09-211-6/+6
* | | | | | translate files_sharing appscambra2012-09-211-26/+26
* | | | | | float right element needs to be the first element, otherwise firefox will mov...Björn Schießle2012-09-201-2/+2
* | | | | | Fix changing of share status icons, bug fix for oc-1631Michael Gapczynski2012-09-191-11/+22
* | | | | | Don't show the expiration option until a share occurs, bug fix for oc-1724Michael Gapczynski2012-09-191-0/+8
* | | | | | Merge branch 'master' into share_expirationMichael Gapczynski2012-09-127-88/+198
|\ \ \ \ \ \