Commit graph

185 commits

Author SHA1 Message Date
binsky
47dff0b192
Bump version to 2.4.7
Signed-off-by: binsky <timo@binsky.org>
2023-07-16 23:57:56 +02:00
binsky
fd7a88fee6
Bump version to 2.4.6
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 18:04:38 +02:00
binsky
54cfa4a1b5 move navigation entry logic from Application.php to info.xml 2023-06-15 20:40:49 +02:00
binsky
0465c54669 move controller/ to lib/Controller/ 2023-06-14 13:23:19 +02:00
binsky
b83bb2dc5e require php 8.0 with nc 26 or 27 2023-06-14 12:54:07 +02:00
Marcos Zuriaga
86ee349fc9
Bump version 2023-05-02 21:53:42 +02:00
binsky
776ffe6ea1 implement re-encryption of the acl shared_key when changing vault password 2023-04-23 18:31:50 +02:00
binsky
f97567d7f6 fix/implement shared credential file upload for other users 2023-04-23 11:44:12 +02:00
Marcos Zuriaga
d90dc5f226
Bump app version 2023-04-03 23:18:50 +02:00
binsky
558752301e update maximum supported nextcloud version to 26 2023-03-25 11:44:23 +01:00
Marcos Zuriaga
e34a264050
Bump app version 2023-01-18 17:38:42 +01:00
Marcos Zuriaga
7a16b2d099
Bump version 2022-10-25 20:55:01 +02:00
binsky
dd27ca5a1a increase max nextcloud version to 25
Signed-off-by: binsky <timo@binsky.org>
2022-10-20 21:50:29 +02:00
Marcos Zuriaga
ad70f3c7bc
Bump app version 2022-05-08 21:47:56 +02:00
binsky
a8b35442eb add nextcloud 24 support
Signed-off-by: binsky <timo@binsky.org>
2022-04-24 18:23:54 +02:00
WolFi
1a5b8e1e68
Bump app version 2021-12-16 20:19:54 +01:00
WolFi
c52a593fab
Merge branch 'add-nc23-support' 2021-12-16 20:04:19 +01:00
binsky
74ec0dcfa0 add nextcloud 23 support
Signed-off-by: binsky <timo@binsky.org>
2021-12-15 22:08:22 +01:00
binsky
d9815b3ca3 do not collect all credential guids for vault deletion; use custom file mass deletion endpoint
Signed-off-by: binsky <timo@binsky.org>
2021-10-23 19:59:13 +02:00
binsky
761c21da0e add dedicated method to delete vault contents before vault deletion
Signed-off-by: binsky <timo@binsky.org>
2021-10-22 20:10:31 +02:00
WolFi
41cf5aa883
Bump app version 2021-10-02 19:30:11 +02:00
WolFi
ade819ffea
Bump release 2021-09-26 23:59:04 +02:00
WolFi
31edea12e1
Bump app version for release script fixes 2021-09-26 19:46:10 +02:00
WolFi
60137b3215
Bump app version 2021-09-26 01:13:09 +02:00
WolFi
49eaab962b
Bump app version 2021-09-26 00:21:06 +02:00
Marcos Zuriaga
defa0d46a7
Bump release again beacause broken release script 2021-08-22 19:34:39 +02:00
Marcos Zuriaga
16734a977a
chore(version): bump release version
Bump release to 2.3.9
2021-08-22 17:38:45 +02:00
binsky
b39a8edd6a migrate database.xml to a php database migration #698 2021-07-11 14:34:24 +02:00
WolFi
7058d3bb43
Bump appinfo app version 2021-05-17 00:47:21 +02:00
binsky
1646b95c0c Merge branch 'master' of https://github.com/nextcloud/passman into migrations-2 2021-03-22 15:48:25 +01:00
WolFi
7d820426c2
Bump app version 2021-03-22 15:16:21 +01:00
binsky
d7ff5587c3 add named parameters in Provider.php; set php7.4 as min php version 2021-03-16 17:36:04 +01:00
binsky
e405d71b5b Merge branch 'nc22-ready' of github.com:binsky08/passman into migrations-2 2021-03-16 17:33:27 +01:00
binsky
d14a01c483 drop owncloud support 2021-03-16 17:26:54 +01:00
binsky
66f3150619 remove named parameters as these are only supported from php7.4; set php7.2 as min php version 2021-03-16 17:17:35 +01:00
binsky
7065a60686 migrate admin additional settings implementation 2021-03-13 20:05:16 +01:00
binsky
860611525a fix sprintf call; set minimum NextCloud version to 20 2021-03-12 17:25:56 +01:00
binsky
db7e020360 migrate app.php to AppInfo\Application 2021-03-12 02:56:15 +01:00
binsky
bf0f5f0086 update max supported nextcloud version to 22 2021-03-11 23:43:58 +01:00
WolFi
411048246c
Bump app version 2020-09-20 23:50:37 +02:00
Scott A. Williams
d892bfa1b5 Set owncloud compatibility to version 10. Fixes #660.
Signed-off-by: Scott A. Williams <vwbusguy@fedoraproject.org>
2020-09-02 15:13:15 -07:00
Scott A. Williams
6eca5f94dc Bump max version to 19. Fixed #659 .
Signed-off-by: Scott A. Williams <vwbusguy@fedoraproject.org>
2020-09-02 14:37:43 -07:00
Felix Nüsse
327fd1d233
updated info.xml
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
2019-11-13 23:06:28 +01:00
Felix Nüsse
40bf5cfdb6
reintroduced fixes for nc17
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
2019-11-13 23:05:12 +01:00
WolFi
52b97e781e
FIX #625 fix for NC17 broke NC16 so we revert it and bump release and change max version 2019-10-21 23:15:38 +02:00
WolFi
14ca166b2c
Merge branch 'master' into feature/noid/increase_version_to2.3.3 2019-10-20 20:53:14 +02:00
Felix Nüsse
09cd1707e7
Update Version to 2.3.3
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
2019-10-12 17:25:29 +02:00
Damien Goutte-Gattat
aefd7bd3b0
Adjust notifier registration for Nextcloud 17 API.
This patch implements the changes recommended in issue #610
following the overhaul of the notification API introduced in
Nextcloud 17:

* Update the signature of the INotifier::prepare method.
* Use the new NotificationManager::registerNotifierService
  method instead of NotificationManager::registerNotifier
  (deprecated).

Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
2019-10-01 20:08:11 +01:00
WolFi
3bee915ac0
Bump passman version to 2.3.2 2019-07-08 22:30:57 +02:00
WolFi
771750efcd
Bump app version 2019-05-20 20:35:37 +02:00