luci-base: luci.js: add Promise.finally polyfill
[oweals/luci.git] / modules / luci-base /
2019-07-12 Jo-Philipp Wichluci-base: luci.js: add Promise.finally polyfill
2019-07-12 Yuriiluci-base: update Ukrainian translation
2019-07-12 Jo-Philipp Wichluci-base: ui.js: fix UISelect.setValue()
2019-07-11 Jo-Philipp Wichluci-base: luci.js: only use overrideMimeType when...
2019-07-11 Jo-Philipp Wichluci-base: validation.js: fix nested function declarations
2019-07-11 Jo-Philipp Wichluci-base: ui.js: fix UISelect.getValue()
2019-07-10 Jo-Philipp Wichluci-base: luci.js: fix undefined "this" when /ubus...
2019-07-10 Jo-Philipp Wichluci-base: luci.js: cache determined RPC base url in...
2019-07-09 Jo-Philipp Wichluci-base: properly handle getWifiNetidBySid() return...
2019-07-09 Hannu NymanMerge pull request #2839 from stangri/master-luci-app...
2019-07-09 Jo-Philipp Wichluci-base: fix label-to-input association in js cbi...
2019-07-09 Florian EckertMerge pull request #2844 from TDT-AG/pr/20190709-luci...
2019-07-08 Jo-Philipp Wichluci-base: use native ubus HTTP gateway if available
2019-07-08 Jo-Philipp Wichluci-base,luci-mod-system: split ubus localtime into...
2019-07-08 Jo-Philipp Wichluci-base: add rpcd ACL rules
2019-07-07 Jo-Philipp WichRevert "luci-base: luasrcdiet: switch to scm clone...
2019-07-07 Jo-Philipp Wichluci-base: mvalue.htm: fix reading back multi value...
2019-07-07 Jo-Philipp Wichluci-base: fix cbi mvalue templates
2019-07-07 Jo-Philipp Wichluci-base: network.js: dynamically calculate IPv4 netmasks
2019-07-07 Jo-Philipp Wichtreewide: switch to shared isObject(), toArray() and...
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add isObject(), toArray() and sorte...
2019-07-07 Jo-Philipp Wichluci-base: form.js: reload map data when saving modal...
2019-07-07 Jo-Philipp Wichluci-base: widgets.js: add textvalude representation...
2019-07-07 Jo-Philipp WichMerge pull request #2806 from dibdot/magic
2019-07-07 Jo-Philipp Wichluci-base: uci.js: track packages affected by reorder...
2019-07-07 Jo-Philipp Wichluci-base: fix regular expression in network.Protocol...
2019-07-07 Jo-Philipp Wichluci-base: add tools.widgets JS library
2019-07-07 Jo-Philipp Wichluci-base: validation.js: rework translation labels
2019-07-07 Jo-Philipp Wichluci-base: uci.js: add extended section syntax support...
2019-07-07 Jo-Philipp Wichluci-base: {ui,form}.js: allow passing additional CSS...
2019-07-07 Jo-Philipp Wichluci-base: luci.js: don't abort finished xhr objects
2019-07-07 Jo-Philipp Wichluci-base: cbi.js: fix number rounding in string.format()
2019-07-07 Jo-Philipp Wichluci-base: form.js: support placeholders for DynamicLis...
2019-07-07 Jo-Philipp Wichluci-base: form.js: fix rendering flag values in modals
2019-07-07 Jo-Philipp Wichluci-base: form.js: trigger validation before saving...
2019-07-07 Jo-Philipp Wichluci-base: form.js: prevent section creation on modal...
2019-07-07 Jo-Philipp Wichluci-base: ui.js: fix rendering of rich dropdown placeh...
2019-07-07 Jo-Philipp Wichluci-base: implement further ubus calls
2019-07-07 Jo-Philipp Wichluci-base: fix handling of large ubus HTTP requests
2019-07-07 Jo-Philipp Wichluci-base: add client-side implementation of luci.model...
2019-07-07 Jo-Philipp Wichluci-base: add client-side implementation of luci.model...
2019-07-07 Jo-Philipp Wichluci-base: add client-side prng library
2019-07-07 Jo-Philipp Wichluci-base: luci.js: make require() failures catcheable
2019-07-07 Jo-Philipp Wichluci-base: split off CBI validations into separate...
2019-07-07 Jo-Philipp Wichluci-base: luci.js: rework L.error()
2019-07-07 Jo-Philipp Wichluci-base: form.js: default to unlimited dropdown size
2019-07-07 Jo-Philipp Wichluci-base: ui.js: improve dropdown behaviour
2019-07-07 Jo-Philipp Wichluci-base: implement lease status ubus call
2019-07-07 Jo-Philipp Wichluci-base: rpc.js: drop batch api
2019-07-07 Jo-Philipp Wichluci-base: luci.js: auto-coalesce ubus requests
2019-07-07 Jo-Philipp Wichluci-base: rpc.js: make base URL configurable
2019-07-07 Jo-Philipp Wichluci-base: luci.js: introduce generic LuCI.Poll
2019-07-07 Jo-Philipp Wichluci-base: luci.js: enable strict mode
2019-07-07 Jo-Philipp Wichluci-base: luci.js: handle postprocessed sources
2019-07-07 Jo-Philipp Wichluci-base: add sys.init.reload() and sys.init.restart...
2019-07-07 Jo-Philipp Wichluci-base: add rpcd backend plugin
2019-07-07 Jo-Philipp Wichluci-base: luci.js: catch base class loading errors
2019-07-07 Jo-Philipp Wichluci-base: introduce form.js
2019-07-07 Jo-Philipp Wichluci-base: switch from server side to client side widge...
2019-07-07 Jo-Philipp Wichluci-base: cbi.js, ui.js: add custom validation callbac...
2019-07-07 Jo-Philipp Wichluci-base: add client based view actions
2019-07-07 Jo-Philipp Wichluci-base: luci.js: tweak error handling
2019-07-07 Jo-Philipp Wichluci-base: replace uci change pages with client side...
2019-07-07 Jo-Philipp Wichluci-base: add uci.js and rpc.js classes
2019-07-07 Jo-Philipp Wichluci-base: add ubus-http gateway
2019-07-07 Jo-Philipp Wichluci-base: move dropdown, combox and dynlist widget...
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add L.dom.data()
2019-07-07 Jo-Philipp Wichluci-base: cbi.js: support field validation for formles...
2019-07-07 Jo-Philipp Wichluci-base: cbi.js: untangle dropdown and dynlists from...
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add L.bind() helper
2019-07-07 Jo-Philipp Wichluci-base: luci.js: consolidate error handling
2019-07-07 Jo-Philipp Wichluci-base: luci.js: convert LuCI.dom to Class instance
2019-07-07 Jo-Philipp Wichluci-base: luci.js: split ui helper functions into...
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add dynamic class loader
2019-07-07 Jo-Philipp Wichluci-base: luci.js: convert LuCI to Class instance
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add HTTP request functions
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add class construction helper
2019-07-07 Jo-Philipp Wichluci-base: add ES6 Promise polyfill for IE < Edge
2019-07-07 Jo-Philipp Wichluci-base: luci.js: add Object.assign polyfill
2019-07-06 Yousong Zhouluci-base: hide autocomplete-preventing password input...
2019-07-06 Yousong Zhouluci-base: nowrap for password input and reveal button
2019-07-05 Hannu Nymantimezone data: update to 2019b
2019-07-05 Jo-Philipp WichMerge pull request #2804 from tano-systems/pr/bootstrap...
2019-07-03 Florian EckertMerge pull request #2791 from TDT-AG/pr/20190626-luci...
2019-07-03 Florian EckertMerge pull request #2811 from TDT-AG/pr/20190701-luci...
2019-07-02 Jo-Philipp WichMerge pull request #2815 from TDT-AG/pr/20190701-luci...
2019-07-02 Martin Schillerluci-base: fix typo in german translation 2815/head
2019-07-01 Florian EckertMerge pull request #2809 from TDT-AG/pr/20190701-luci...
2019-07-01 Florian EckertMerge pull request #2810 from TDT-AG/pr/20190701-luci...
2019-07-01 Martin Schillerluci-base: add german translations for led trigger 2810/head
2019-07-01 Florian EckertMerge pull request #2808 from TDT-AG/pr/20190701-luci...
2019-07-01 Martin Schillerluci-mod-system: fix flash activity trigger name 2808/head
2019-06-29 Dirk BrenkenMerge pull request #2805 from dibdot/travelmate
2019-06-29 Dirk Brenkensystem-wide: fix escaping of magic chars 2806/head
2019-06-28 Hannu Nymanluci-base: show niced processes on Status/Processes...
2019-06-28 Florian EckertMerge pull request #2802 from TDT-AG/pr/20190628-led...
2019-06-28 Martin Schillerluci-mod-system: fix some led trigger name translations 2802/head
2019-06-28 Florian EckertMerge pull request #2061 from Ansuel/improveconn
2019-06-26 Florian EckertMerge pull request #2770 from geekinaboxx/master
2019-06-26 Florian EckertMerge pull request #2779 from hwti/statistics-ping...
next