Commit graph

86 commits

Author SHA1 Message Date
Alexandre Aubin
e98d6a26ad Update changelog for 3.5.1 2019-04-03 02:31:39 +02:00
Alexandre Aubin
a67bab334c Fix quotes preventing var interpretation + RANDOMHASH -> RANDOMID (it's not really a hash strictly speaking) 2019-04-02 16:09:36 +02:00
Alexandre Aubin
9b4110e72d Don't use version for cache control 2019-03-22 19:29:16 +01:00
Alexandre Aubin
9a4479d4f7 Update changelog for 3.5.0 testing 2019-03-13 16:57:30 +01:00
Alexandre Aubin
4727036fa9 Converting files from ISO-shit to UTF8 is such a fun job @.@ 2019-03-13 16:56:28 +01:00
Alexandre Aubin
66d5e9e3b3 Update changelog for 3.4.2 2019-01-29 17:05:44 +01:00
Alexandre Aubin
5c7ee1b6b5 Update changelog for 3.4.1 2019-01-17 22:03:37 +01:00
Alexandre Aubin
9e3b3dccb6 Update changelog for 3.4.0.1 2018-12-28 13:33:50 +00:00
Alexandre Aubin
c3f60fbecd Update changelog for 3.4.0 2018-12-20 21:23:26 +00:00
Alexandre Aubin
dc91d0e8f9 Update changelog for 3.3.1 2018-11-23 14:25:45 +00:00
Alexandre Aubin
2b2753407f Update changelog for 3.3.0 2018-11-08 18:24:33 +00:00
Alexandre Aubin
94f9d61aba Update changelog 2018-09-17 16:29:50 +00:00
Alexandre Aubin
e775c66514 Update changelog 2018-09-11 15:08:10 +00:00
Alexandre Aubin
76b4007fc9 Update changelog 2018-08-23 20:12:25 +00:00
Alexandre Aubin
8bfa07b188 Update changelog for 3.1.0 2018-08-15 19:55:17 +00:00
Alexandre Aubin
927ec00b31 Updating changelog for 3.0.0 2018-06-17 01:39:01 +00:00
Alexandre Aubin
7a6987ba86 Merge branch 'stable' into stretch-unstable
Conflicts:
	debian/changelog
2018-06-17 01:36:25 +00:00
Alexandre Aubin
8a50ab27fb Update changelog for 2.7.14 release 2018-06-17 01:34:10 +00:00
Alexandre Aubin
0da63b89a1 Update changelog 2018-06-16 00:39:00 +02:00
Alexandre Aubin
afe8c6735a Merge branch 'unstable' into stretch-unstable 2018-06-16 00:15:45 +02:00
Alexandre Aubin
2c5948aedd Update changelog 2018-06-15 20:15:21 +02:00
Alexandre Aubin
8aef164827 Merge branch 'unstable' into stretch-unstable 2018-05-28 02:48:54 +02:00
Alexandre Aubin
24be943af4 Update changelog 2018-05-28 02:44:22 +02:00
Alexandre Aubin
657aecff0f Update changelog for 2.7.13 release 2018-05-06 23:17:59 +00:00
Alexandre Aubin
2b78028e7e Update changelog for 2.7.12 release 2018-05-06 16:49:27 +00:00
Alexandre Aubin
381fcae0dd Update changelog for Stretch beta 3.0.0~beta1 2018-05-03 03:55:50 +02:00
Alexandre Aubin
8eab1ab2d2 Update changelog for 2.7.11 release 2018-05-01 23:22:34 +00:00
Alexandre Aubin
7661a20b55 Update changelog for 2.7.7 release 2018-01-18 17:48:42 -05:00
Alexandre Aubin
d8a191762d Update changelog for 2.7.6 release 2018-01-16 17:51:08 -05:00
Alexandre Aubin
f9bf10d1ff Bump yunohost dependency to 2.7.6 2018-01-16 17:43:47 -05:00
Alexandre Aubin
2d1678a468 Update changelog for 2.7.5 release 2017-12-02 12:34:59 -05:00
Alexandre Aubin
54251ff611 Update changelog for 2.7.4 release 2017-11-28 18:58:37 -05:00
Alexandre Aubin
3024fcf3b0 Update changelog for 2.7.3 release 2017-10-12 16:55:01 -04:00
Alexandre Aubin
6e66cc5675 Update changelog for 2.7.2 release 2017-08-22 21:36:51 -04:00
Alexandre Aubin
4a343d2dbd Merge branch 'testing' into unstable 2017-08-22 21:32:55 -04:00
Alexandre Aubin
265f679e81 [fix] Update yunohost version requirement 2017-08-22 15:35:00 +02:00
root
4256413eee Update changelog for 2.7.1 release 2017-08-19 22:44:42 +00:00
Alexandre Aubin
e2a8b8f7cf Update changelog for 2.7.0 release 2017-08-07 12:52:34 -04:00
Alexandre Aubin
75ef1ab156 Update changelog for 2.6.2 release 2017-07-26 12:09:44 -04:00
ljf
8b4f69107d Update changelog for 2.6.1 release 2017-06-21 18:30:57 -04:00
Alexandre Aubin
c8c24ed5f5 Update changelog for 2.6.0 release 2017-04-24 13:17:06 -04:00
opi
81e96d1a12 [fix] Set document root permission during package install. (#156) 2017-03-29 03:50:27 +02:00
opi
9df4b778f2 Update changelog for 2.5.1 release 2017-02-02 11:33:50 +01:00
Laurent Peuch
7050c790f3 Update changelog for 2.5.0 release 2016-12-12 21:39:11 +01:00
Laurent Peuch
d1e17af0bb Update changelog for 2.4.2 release 2016-08-14 19:03:19 +02:00
Jérôme Lebleu
67caf00f28 [fix] Run npm/gulp at build in Debian rules
The assets building - e.g. npm and bower installation followed by build task -
must be done in the build sequence instead of the install one. The main reason
is logic, we are building something. The second one - which we "fixed" by
adding extra arguments to npm and bower - is due to the user who runs those
sequences: *build* uses a non-privileged one while *install* uses root. It
resulted in npm and bower complaining about using the root user.

Since 03e979f, bower installation is integrated to npm postinstall, that's
why this issue reappears. This commit also removes the useless `bower install`
command.
2016-07-23 22:16:47 +02:00
opi
9f0d85cb6c Update changelog for 2.4.1 release 2016-07-15 15:29:10 +02:00
opi
0e9e25d6bb Update changelog for 2.4.0.1 release 2016-05-24 13:15:52 +02:00
opi
0872cfa61b Update changelog for 2.4.0 release 2016-05-08 00:47:37 +02:00
opi
8b7ebc13e6 Update changelog for 2.3.9 release 2016-05-06 22:25:42 +02:00