Commit graph

84 commits

Author SHA1 Message Date
binsky
04c2d277d6
Merge branch 'issue-581-fix-postgres-sharing'
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 18:03:28 +02:00
Florent
3cfb3bdf10 Fix Postgres sharing issue #581
Signed-off-by: Florent F <florent.git@zeteo.me>
2023-06-14 21:47:51 +02:00
binsky
3c5555c7f2 fix controller namespace 2023-06-14 14:12:49 +02:00
binsky
0465c54669 move controller/ to lib/Controller/ 2023-06-14 13:23:19 +02:00
Tobias Speicher
3abba5338e
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-24 16:55:03 +01:00
rakekniven
9b56bddc49
l10n: Triple dot to ellipsis
Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-02-05 09:49:26 +01:00
WolFi
a1533ea96e
Merge remote-tracking branch 'origin/master' into use-proper-API 2019-10-20 20:37:04 +02:00
WolFi
2f3025eeec
Merge branch 'master' into fix/507/replaceOCwebroot 2019-07-08 21:08:46 +02:00
fnuesse
1e38374858
Added undefined underscore as parameter to fix travis
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:47 +01:00
newhinton
3b7504f837
Added newline to end of vaultservice mockup 2018-11-21 17:34:46 +01:00
fnuesse
da37e56e53
Added VaultServiceMock
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:34:45 +01:00
Felix Nüsse
018e29871c Replaced OC.webroot with OC.getRootPath()
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-10-13 13:52:06 +02:00
Morris Jobke
344996f157
Use proper API to get a download URL
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-23 13:58:30 +01:00
brantje
e6c1c131d6
Add icon service 2017-08-06 21:16:15 +02:00
brantje
a1d1fc8ede
Update phpunit 2017-07-01 18:09:39 +02:00
WolFi
3259c9dc32
PHPUnit Database test fixes for latest nextloud 2017-05-07 19:16:36 +02:00
WolFi
bb6c7a13b9
PHPUnit fixes for custom locations 2017-05-07 18:21:11 +02:00
brantje
8a694a0885
Disable database test. Fix tests. 2017-05-06 13:32:18 +02:00
brantje
38779463c8
Show notification if passwords do not match on creating credential. Fixes #273 2017-05-06 13:32:18 +02:00
brantje
4f5bd73783
Fix tests 2017-02-22 18:02:55 +01:00
brantje
5f7661659a
Adjust reviewed code 2017-01-11 20:06:39 +01:00
brantje
3f4afba34f
Fixes 2017-01-11 18:09:49 +01:00
brantje
1eab778775
Merge remote-tracking branch 'phil-davis/r2' 2017-01-06 19:12:49 +01:00
brantje
0a6eea3ea5
Merge remote-tracking branch 'phil-davis/r1' 2017-01-06 19:12:04 +01:00
Phil Davis
6ff72c1841
Vault logout test text 2017-01-06 20:15:10 +05:45
Phil Davis
d84516fa84
Class names in comments 2017-01-06 20:09:22 +05:45
Phil Davis
4ca81a5bbf
Class name comments in controller tests 2017-01-06 19:30:38 +05:45
brantje
581695dd27
Fix for coversDefaultClass 2017-01-04 12:02:50 +01:00
brantje
807b4149ce
Add some tests 2017-01-04 11:55:32 +01:00
brantje
e98817595f
Fix classname 2017-01-04 10:57:05 +01:00
brantje
863d7c4985
Add test for Settings, improve SettingsService 2016-12-30 16:59:48 +01:00
brantje
858195834d
Add settings page, non functional
Implement disable context menu

Implemement disable http warning

Implement vault key strength setting

Implement share settings

Implement version check setting
2016-12-28 21:34:59 +01:00
brantje
af70943faa
Fix some tests 2016-12-21 23:04:38 +01:00
brantje
b1aebc4a14
Add translations to javascript files 2016-12-21 14:06:29 +01:00
brantje
a6406e53f6
Add test 2016-12-20 00:39:00 +01:00
brantje
c0de19650a
Add test for bookmarkletCtrl
Signed-off-by: brantje <brantje@gmail.com>

Add test templates for other controllers
2016-10-23 13:10:52 +02:00
brantje
f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +02:00
brantje
d9dc7f8704
No need to mock localstorage 2016-10-17 19:40:17 +02:00
brantje
e83bcd3242
Make scrutinizer happy 2016-10-17 19:29:05 +02:00
brantje
0d0f5bc7a0
Start with a few credentialCtrl tests 2016-10-17 19:25:47 +02:00
brantje
e84da75f05
Add required files for karma 2016-10-17 18:43:33 +02:00
Marcos Zuriaga
02ef0187ef
Added missing classes to coverage
Added missing @covers annotations
2016-10-16 20:35:14 +02:00
Marcos
75f541e2c9 Merge branch 'master' into phpunit 2016-10-16 19:07:20 +02:00
Marcos Zuriaga
7f208004e0
Finished credential mapper tests
Fixed some security flaws on the credential update method in the credential mapper class
2016-10-16 19:02:43 +02:00
brantje
bb554a8407
Remove deprecated cron 2016-10-16 13:21:27 +02:00
brantje
ce49cae86e
Update @covers 2016-10-15 22:19:04 +02:00
brantje
306c267b1b
Fix test and typo 2016-10-15 22:18:44 +02:00
Marcos Zuriaga
8a30328a73
Added partial test
Fixed bug with null data in the mock datasets
Edited mock data so there it's some expired credentials
Added some phpdocs
2016-10-15 21:03:50 +02:00
Marcos Zuriaga
41b0005e7c
Added credential revision mapper unit test 2016-10-15 19:27:43 +02:00
Marcos Zuriaga
95509e3558
Added file mapper test
Updated database test mock data and added missing tables
Changed some wrong phpdoc
Added some phpdoc
2016-10-15 17:53:22 +02:00