summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* feedback to the user while request is being processedThomas Mueller2012-12-121-2/+9
|
* moving sharing email code to coreThomas Mueller2012-12-101-0/+23
|
* restoring feature to send sharing link via emailThomas Mueller2012-12-101-2/+10
|
* fix svg -> png replacement for android, cleanup and remove obsolete cssJörn Friedrich Dreyer2012-12-071-1/+1
|
* merge changes discussed in dcneiner pull number 4 'fix for autocomplete ↵Jörn Friedrich Dreyer2012-12-041-5/+16
| | | | issue' including firefox password overlay
* replace minified infieldlabel with dcneiners versionJörn Friedrich Dreyer2012-12-042-12/+153
|
* Sharing: Fix false positived v. 2Thomas Tanghus2012-11-271-1/+1
|
* Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-11/+17
|\ | | | | Feature share link with token
| * readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-4/+18
| |
| * implement share via link tokenJörn Friedrich Dreyer2012-11-201-13/+5
| |
* | remove debug outputArthur Schiwon2012-11-261-3/+0
| |
* | coding styleArthur Schiwon2012-11-261-1/+2
| |
* | check whether to join url with ? or &Arthur Schiwon2012-11-261-2/+13
| |
* | all but the first parameter are introduced by &Arthur Schiwon2012-11-261-3/+3
|/
* Merge pull request #420 from libasys/bugfix-shareThomas Müller2012-11-171-1/+3
|\ | | | | If you using the sharing by link the array monthNames don't exist and ca...
| * If you using the sharing by link the array monthNames don't exist and causes ↵libasys2012-11-141-1/+3
| | | | | | | | errors in all browsers! so we check if the type of the variable isn't undefined!
* | Merge pull request #454 from Raydiation/masterThomas Müller2012-11-151-2/+7
|\ \ | | | | | | Routing fixes
| * | removed unneeded callback checks in routes_request that could potentially failBernhard Posselt2012-11-151-4/+0
| | |
| * | fixed: this.routes_request is a deferred/promiseBernhard Posselt2012-11-151-5/+1
| | |
| * | instead of warning via popup, write to console.warnBernhard Posselt2012-11-151-1/+1
| | |
| * | Prevent ajax race conditions when using routes by offering a callback that ↵Bernhard Posselt2012-11-151-2/+15
| | | | | | | | | | | | is run after the the routes have finished loading
* | | Very simple js console switcher.Thomas Tanghus2012-11-151-0/+16
|/ /
* | Revert "Prevent ajax race conditions when using routes by offering a ↵Bernhard Posselt2012-11-141-15/+2
| | | | | | | | | | | | callback that is run after the the routes have finished loading" This reverts commit 9b8375cf2c328cfcb66dae8283cfcacdaeb242c2.
* | Prevent ajax race conditions when using routes by offering a callback that ↵Bernhard Posselt2012-11-141-2/+15
|/ | | | is run after the the routes have finished loading
* fix translation issues with previous commitAlessandro Cosentino2012-11-131-3/+3
|
* uncomment hours entries in relative date functionsAlessandro Cosentino2012-11-131-6/+7
|
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-071-1/+25
|\
| * Moved relative_modified_date from file/js to core/jsAlessandro Cosentino2012-11-061-0/+24
| |
| * fix human filesize column headerJörn Friedrich Dreyer2012-11-061-1/+1
| |
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-052-56/+1
|\| | | | | | | | | Conflicts: lib/vcategories.php
| * Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke2012-11-042-56/+1
| |\ | | | | | | Just one CSRF token per session
| | * Change the requesttoken back to OC.EventSource.requesttokenLukas Reschke2012-10-311-1/+1
| | |
| | * Create only one CSRF token per sessionLukas Reschke2012-10-311-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear.
* | | VCategories: Use correct variable.Thomas Tanghus2012-11-041-1/+1
| | |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-311-17/+21
|\| |
| * | Merge pull request #112 from libasys/Fix-strange-Isue-IE8Thomas Tanghus2012-10-311-17/+21
| |\ \ | | |/ | |/| Use $.each() instead of for(var...) in oc.dialogs. Fixes accessing undefined vars in IE8.
| | * UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of ↵libasys2012-10-311-4/+4
| | | | | | | | | | | | form a select ecample
| | * Fix for problems using for() function instead of $.each for arrays with IE8libasys2012-10-261-15/+19
| | |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-305-172/+130
|\| | | | | | | | | | | | | | | | | Fix conflicts: core/ajax/vcategories/add.php core/ajax/vcategories/delete.php
| * | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php
| | * \ Merge branch 'master' into routingBart Visscher2012-10-172-13/+46
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| | * | | 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
| | | | |