This website requires JavaScript.
Explore
Help
Sign In
averello
/
nextcloud-server-mirror
Watch
1
Star
0
Fork
0
You've already forked nextcloud-server-mirror
mirror of
https://github.com/nextcloud/server.git
synced
2026-03-04 18:28:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f6426cee047e435fbed020105ef4e896b68b1e10
nextcloud-server-mirror
/
apps
/
files
/
js
History
Jan-Christoph Borchardt
bdc8d0098a
Merge pull request
#869
from owncloud/files-styles
...
Files styles
2012-12-20 05:39:09 -08:00
..
admin.js
move files to app folder
2012-04-18 17:27:34 +02:00
fileactions.js
Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.
2012-11-14 16:05:24 +01:00
filelist.js
remove unneeded line
2012-12-13 22:12:27 +01:00
files.js
Merge pull request
#869
from owncloud/files-styles
2012-12-20 05:39:09 -08:00
jquery.fileupload.js
move files to the correct place
2012-04-26 21:24:41 +02:00
jquery.iframe-transport.js
move files to the correct place
2012-04-26 21:24:41 +02:00
keyboardshortcuts.js
prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup
2012-12-12 12:55:29 +01:00