Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2020-05-06build: change dev structuresualko
do not copy all files to dist folder
2020-03-26fix: preserve local storage during logoutsualko
this is a workaround until https://github.com/nextcloud/nextcloud-browser-storage is integrated into Nextcloud. fix #783
2018-10-17feat: migrate to jsxc v4.0.0-alphasualko
- use webpack to build packages - use typescript
2018-09-03hide some buttons if internal backend is used (fix #84)sualko
2018-09-03allow to change XMPP connection options in personal settingssualko
2018-07-05build v3.4.1v3.4.1sualko
2018-05-23build v3.4.0v3.4.0sualko
2018-05-23add privacy notice to managed server registration, add app version to requestsualko
2018-05-17build v3.4.0-beta.1v3.4.0-beta.1sualko
2018-05-17add admin setting to change log in behavior (fix jsxc/jsxc#477)sualko
Global enable/disable chat on log in. User defined option overwrites global default.
2018-05-16beautify all js and scss filessualko
2018-05-16beautify 'log in without chat' buttonsualko
2018-03-05use first letter of displayname for all avatars (fix #678)sualko
2018-02-10Update testsTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-11-29build v3.3.2v3.3.2sualko
2017-11-14fix type error related to internal backend (fix jsxc/jsxc#640)sualko
2017-10-20update jsxcsualko
2017-10-19update jsxcsualko
2017-10-19simplify internal reloginsualko
2017-10-19Use enum for serverypes, missing newline and online overwrite showLoginBox ↵Tobia De Koninck
if internal backend is used Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-19Fix bug when going offline using normal authTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-19Fix TODO + bug when disconnecting when reloading the pageTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-19Fix Authentication with Internal server when using SAML/SSO and fixTobia De Koninck
"relgoin" button. Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-11update jsxcsualko
2017-09-14Always display chat icon after search bar to prevent conflict with ot… (#70)LEDfan
* Always display chat icon after search bar to prevent conflict with other icons * Make Chat icon injection selector more specific
2017-08-25update jsxcsualko
2017-08-22fix valuation of save settings return valuesualko
2017-08-22update jsxcsualko
2017-08-22Merge pull request #60 from nextcloud/legal-checkboxKlaus
add legal checkbox for managed server registration
2017-08-18abort if a NC dependency is missingsualko
2017-08-18add legal checkbox for managed server registrationsualko
2017-07-31update url to save user settings (fix #51)sualko
2017-07-28handle expired CSRF token on reloginsualko
2017-07-28add request id to registration requestsualko
for easier debugging
2017-07-28abort on login/flow and if dependency fails (fix jsxc/jsxc#584)sualko
2017-07-27update jsxcsualko
2017-07-26add loading animation to registration formsualko
2017-07-26use controller style for register managed serversualko
2017-07-25Merge branch 'master' into managed-serversualko
2017-07-21transfer ajax/getUserssualko
2017-07-21transfer ajax/getTurnCredentialssualko
2017-07-21transfer ajax/setUserSettingssualko
2017-07-21transfer ajax/setAdminSettingssualko
2017-07-21Merge branch 'master' into ajax-to-controllersualko
2017-07-21transfer ajax/getSettingssualko
2017-07-20add promotion code to registration formsualko
2017-07-18add registration form for managed server servicesualko
2017-07-15Fix loading of avatarsTobia De Koninck
2017-06-27extend nc contact menusualko
- click on avatar opens chat window - last message is shown below the name - aggregated avatar presence icon ref #21
2017-06-01update jsxcsualko