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
2020-06-30test: fix integration testssualko
2020-03-27test: update phpunit to version 8sualko
2019-08-20Merge remote-tracking branch 'origin/master' into jsxc-nextsualko
2019-02-28fix: presence integration testsualko
2018-11-29Fix tests after #108Tobia De Koninck
2018-08-27Refactor UserId handling to use NC UserId in DBTobia De Koninck
Originally plan was to use the OJSXC_UserId everywhere because this seemed to be the easiest solution. However in the DB this introduced jsxc/jsxc#708, so now the NC UserId is used everywhere except for XML strings and Stanzas which are received or going to be send. Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
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-11Fix issues with casing and converting to xmpp of usernamesTobia De Koninck
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-10Fix setupContactsStoreAPITobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-08Move Checking for ContactsStore API to seperate functionTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-08Manually register System addresbook after creating it to make sure tests ↵Tobia De Koninck
works on fresh db Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-08Add missing Travis script + run cs-fixer + fix occ compliantTobia De Koninck
2018-02-08Enable travis to use upstream PR + only available from NC 13 + fix testTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-08Fix testsTobia De Koninck
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-08-24Run php-cs-fixerTobia De Koninck
2017-08-24Fix and add testsTobia De Koninck
2017-07-30Small fixes + test hooks, rosterpush and rosterrefreshTobia De Koninck
2017-07-26run php-cs-fixersualko
2017-07-14Make sure the tests test for the bug of 5a8a5d0Tobia De Koninck
2017-06-30Fix integration testsLEDfan
2017-06-29fix travis (#20)Klaus
* remove oc travis stuff * Fix integration tests and bump max-version * Fix stable11 and stable9 * Add stable12
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-22Travis...LEDfan
2016-01-21Fix and add more test data to unit testsLEDfan
2016-01-21Fix unit testsLEDfan
2016-01-20Add unit tests for MemLockLEDfan
2016-01-20Setup redis at travis to test the MemLockLEDfan
2016-01-20Refactor httpbindcontrollertest + add tests for dblockLEDfan
2016-01-17Add extra tests -> DB is full covered nowLEDfan
2016-01-17Fix travis for HHVMLEDfan
2016-01-17Install dependencies in travis + extra testLEDfan
2016-01-17More unit and integration testsLEDfan