Bart Visscher
d5f98a82aa
fix-oc_webroot
12 years ago
Bart Visscher
a82d18d2f8
Fill oc_webroot with the expected value
12 years ago
Bart Visscher
c0b370f6cf
Define the variables that are expected to exist but won't be set in setup
12 years ago
raghunayyar
3bcf3c91e1
Password Toggle Support for Login
12 years ago
Robin Appelman
5dd2c9152e
fix breadcrumbs for gallery and texteditor
12 years ago
Björn Schießle
9cd692a6d0
use the same tooltip as for the password field
12 years ago
Thomas Tanghus
936e991394
Add js linkToRemote and linkToRemoteBase
12 years ago
Thomas Mueller
1dd70ac506
update used space percent after each ajax call and display the notification
12 years ago
Bernhard Posselt
b7f507b925
dont resize content div with javascript but use css box-sizing to do it
12 years ago
Thomas Mueller
508b6a9fc7
displaying notification now centered
...
The notification div has been moved to the user templates.
Correct display of the notification will only work with the use of OC.Notification.show() as on fadeIn() the css needs to be changed as this style required display: inline.
12 years ago
Thomas Mueller
bfc55fef89
bring back L250 as spotted by @tanghus - THX
12 years ago
Michael Gapczynski
d39655e126
Move template parameters around so database error page is properly rendered
12 years ago
Jörn Friedrich Dreyer
3bb7ee521f
attach max upload tipsy to div instead of a to fix tooltip not showing due to new z-index
12 years ago
Thomas Mueller
a867b36e7f
js optimisations and style fixes
12 years ago
Thomas Mueller
ba475d4862
javascript notification functions have been moved to js.js for common use
12 years ago
Jörn Friedrich Dreyer
fe4f056a23
use jQuery.parseJSON fallback for IE6/7/8
12 years ago
Jörn Friedrich Dreyer
5b07e722cb
combine ie8 fix with debug check
12 years ago
Jörn Friedrich Dreyer
e998da06d1
fix broken console.log in ie8
12 years ago
Jörn Friedrich Dreyer
80d8ca24ec
fix svg -> png replacement for android, cleanup and remove obsolete css
12 years ago
Thomas Tanghus
b51b9539d0
Very simple js console switcher.
13 years ago
Alessandro Cosentino
7d01342bab
fix translation issues with previous commit
13 years ago
Alessandro Cosentino
aa917cfb18
uncomment hours entries in relative date functions
13 years ago
Alessandro Cosentino
50dbb30eb9
Moved relative_modified_date from file/js to core/js
13 years ago
Jörn Friedrich Dreyer
c2d6ac53b2
fix human filesize column header
13 years ago
Bart Visscher
ed7accd237
Change search to use routing
13 years ago
Bernhard Posselt
c4b8bb1041
added old functions again to not break apps, but show a deprecation warning
13 years ago
Jan-Christoph Borchardt
71435ac1cc
improve user menu
13 years ago
Bernhard Posselt
a6f3a570c6
dont resize content div with javascript but use css box-sizing to do it
13 years ago
Bart Visscher
939b51e46f
Fix download url generation
13 years ago
scambra
41b597e179
Translate formatDate using jquery datepicker
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Lukas Reschke
cdd30216b1
escapeHTML function
13 years ago
Thomas Tanghus
bb345770af
Suggestion for simple, yet efficient variable interpolation in js translations.
13 years ago
Bart Visscher
de1bfe9d6b
Make the core ajax calls use the router
13 years ago
Bart Visscher
bb136b9adf
Make the settings ajax calls use the router
13 years ago
Bart Visscher
a33dda3c65
Fix double url decoding in fileDownloadPath function
13 years ago
Robin Appelman
a22a5d6807
some js style fixes
13 years ago
Robin Appelman
0b2633a787
add breadcrumb controll to js
13 years ago
Robin Appelman
9beb958845
forgot a ,
13 years ago
Robin Appelman
b14265b5c3
add js versions of basename and dirname
13 years ago
Bart Visscher
9329af921d
Add missing ; to js code
13 years ago
Bart Visscher
f188f6cc2f
Fix some jslint warnings
13 years ago
Jörn Friedrich Dreyer
61a3e5f96b
unify permissions (1/3): add permission conastants to javascript OC
13 years ago
Robin Appelman
8990855f88
add OC.get and OC.set to get/set variables by name in javascript
13 years ago
Robin Appelman
92c782c1b0
return the jQuery deferred object when using OC.loadScript
13 years ago
Michael Gapczynski
0a9d1ed3a6
Initial previewer for public links
13 years ago
Arthur Schiwon
a3b4cb205c
Show Login-Button when user+pw are autocompleted, fixes oc-1068
13 years ago
Anders Nor Berle
b6a3bf154d
Comment out javascript that hides login button
...
It has been reported problems with the javascript that hides the
login button so jancborchardt okayed that I made this change.
13 years ago
Bart Visscher
4954e46bb2
Use core routes in js too
13 years ago
Thomas Tanghus
eb516b79b6
Position appsettings fixed and load it in dynamically added element.
13 years ago