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
AgeCommit message (Collapse)Author
2019-03-02test: fix managed server test casesualko
2019-02-28chore: beautify filessualko
2019-02-28fix: unit test for settings controllersualko
2018-05-23fix testssualko
2018-05-23add privacy notice to managed server registration, add app version to requestsualko
2018-03-05adapt mock to interfacesualko
2018-02-11Make OJSXC_Userid a static value and register hooks without using ↵Tobia De Koninck
Application/Container Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-10Update testsTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-08Small fixesTobia De Koninck
2018-02-08Fix testsTobia De Koninck
2018-02-08Update Travis config for new Nextcloud versions (+ compatibility) (#86)LEDfan
* Update travis configuration for new Nextcloud versions - stable10 is EOL - stable13 is released - master/NC14 requires PHP 7 and supports PHP 7.1 and 7.2 - Update composer to install compatible version of phpunit with php + remove use of old class name - Install any compatible version of php-cs-fixer
2017-10-19CS fixTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-19Add SettingsControler testTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-15Escape characters allowed in the NC username which is not allowed in theTobia De Koninck
XMPP username. - `@`, `'`, ` `, will now be replaced by `_ojsxc_esc_space_`, `_ojsxc_squote_space_` and `_ojsxc_esc_at_` respectively - cleanuped tests and code to always store the userId and not a JID in the database Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-10-11Add and fix tests for only including enabled users in the rosterTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-08-22Merge pull request #63 from nextcloud/patch-ice-settingsKlaus
ice setting improvements
2017-08-22support multiple ice urlssualko
2017-08-18reduce number of login attempts for external apisualko
2017-08-17Allow plain usernames without domain for sharedRoster (#54)Marcel Waldvogel
* Allow plain usernames without domain * Update ExternalApiController.php * Update ExternalApiControllerTest.php
2017-08-02add more tests for external api controllersualko
2017-08-02Merge branch 'master' of github.com:nextcloud/jsxc.nextcloudsualko
2017-08-02add more tests for external api middlewaresualko
2017-07-30Small fixes + test hooks, rosterpush and rosterrefreshTobia De Koninck
2017-07-29Fix tests and stylingTobia De Koninck
2017-07-28add request id to registration requestsualko
for easier debugging
2017-07-26run php-cs-fixersualko
2017-07-26use controller style for register managed serversualko
2017-07-24test isUser and checkPassword with and without domainsualko
2017-07-24allow authentication with app password (from #38)sualko
2017-07-24add tests for TimeLimitedTokensualko
2017-07-24add tests for settingsControllersualko
2017-07-23add tests for externalApiControllersualko
2017-07-22add tests for ExternalApiMiddlewaresualko
2017-07-12Fix tests + only serialize when neededTobia De Koninck
2016-02-11Add presenceLEDfan
- automatically go offline - don't use memcache for now - broadcast presence when someone changes his - add unit and integration tests - add newContentContainer to easily add extra stanzas to the response - do not return the presence of other users to a user which set his presence to unavailable - improve README's in code - add some caches to PresenceMapper to prevent that presence is fetched multiple times from the DB in the same request
2016-02-02 - Remove HHVM testsLEDfan
- add tests for stable8, stable8.1, stable8.2 and master - fix some unit tests so they don't produce errors - add extra bootstrap files for both integratoin and unit tests - disable incomplete tests which causes errors - Support ownCloud 8.0 - disable MemLock in version 8.0 since the API isn't very usable - use own getServerHost when the method doesn't exists - add namespace declartion in infox.ml - remove unused OCP\ISession in HttpBindController - use IDbConnection in tests - use prepareQuery() when using OCP\IDb
2016-01-22Install APCU via peclLEDfan
2016-01-22minor fixLEDfan
2016-01-22add message testLEDfan
2016-01-22Add test for iqstanzahandlerLEDfan
2016-01-22Travis...LEDfan
2016-01-22Fix unit tets for php 7LEDfan
2016-01-21Fix and add more test data to unit testsLEDfan
2016-01-21Fix unit testsLEDfan
2016-01-20Refactor httpbindcontrollertest + add tests for dblockLEDfan
2016-01-19Add locking of requets with DB and redis backendLEDfan
2016-01-17add xmppresponseLEDfan
2016-01-17Try to solve PHP 7LEDfan
2016-01-17More unit and integration testsLEDfan
2016-01-15Add first unit testsLEDfan