2039 Commits

Author SHA1 Message Date
Roeland Jago Douma
fb29fe72a3
Properly name classes
* All should be PSR-4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:35:29 +01:00
Roeland Jago Douma
b5385f3168
Make compatible with NC14
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:35:29 +01:00
Roeland Jago Douma
e39ccfc3f2
Merge pull request #189 from nextcloud/fix_undefined_index
Fix: Undefined index: canonical_webroot
2018-03-24 13:22:42 +01:00
Roeland Jago Douma
d92a80eacd
Fix: Undefined index: canonical_webroot
The public page uses the document template but doesn't set the
canonical_webroot properly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:16:34 +01:00
Roeland Jago Douma
3fd17dbca8
Merge pull request #187 from pranavk/fixtravis
fix travis build
2018-03-24 13:16:00 +01:00
Pranav Kant
373ff1adb4 fix travis build 2018-03-23 15:52:46 +05:30
Andras Timar
e018ad4468 Bump version to 2.0.4 2018-03-22 09:39:31 +01:00
Pranav Kant
4b980cb010 fix back button navigation (#183)
now backbutton when document is opened takes you back to the files app
from where the document was opened.
2018-03-22 09:37:07 +01:00
Nextcloud bot
871c866f0d
[tx-robot] updated from transifex 2018-03-17 01:30:41 +00:00
Nextcloud bot
d2a2ab22e7
[tx-robot] updated from transifex 2018-03-13 01:32:53 +00:00
Nextcloud bot
19a43823b6
[tx-robot] updated from transifex 2018-03-09 01:34:00 +00:00
Nextcloud bot
3aca2d35b8
[tx-robot] updated from transifex 2018-03-06 01:34:42 +00:00
Nextcloud bot
d0144943f8
[tx-robot] updated from transifex 2018-03-04 01:34:32 +00:00
Nextcloud bot
7cfd47ce4e
[tx-robot] updated from transifex 2018-03-02 01:34:15 +00:00
Nextcloud bot
59d5077226
[tx-robot] updated from transifex 2018-03-01 01:35:16 +00:00
Nextcloud bot
568757ae2d
[tx-robot] updated from transifex 2018-02-28 01:33:56 +00:00
Nextcloud bot
7af4b14394
[tx-robot] updated from transifex 2018-02-27 01:38:07 +00:00
Nextcloud bot
ca8348c542
[tx-robot] updated from transifex 2018-02-24 01:32:18 +00:00
Nextcloud bot
0280b69801
[tx-robot] updated from transifex 2018-02-23 01:32:43 +00:00
Nextcloud bot
24e7e7ec90
[tx-robot] updated from transifex 2018-02-22 01:32:45 +00:00
Andras Timar
d02ed7a2f0 Use Cancel and Save buttons instead of No and Yes on Save As dialog 2018-02-21 23:57:54 +01:00
Nextcloud bot
35b6560943
[tx-robot] updated from transifex 2018-02-21 01:32:58 +00:00
Andras Timar
48d7d68a1b Bump version to 2.0.3 2018-02-20 13:04:45 +01:00
Andras Timar
e3f75f661e appinfo/info.xml validates against the schema finally 2018-02-20 12:39:50 +01:00
Andras Timar
868631ec36 Fixes #175, No signature.json in the appinfo directory 2018-02-20 12:17:12 +01:00
Nextcloud bot
61d2ceab49
[tx-robot] updated from transifex 2018-02-20 01:33:32 +00:00
Andras Timar
4b8dd9556f update comment 2018-02-19 19:32:30 +01:00
Nextcloud bot
71f6cff199
[tx-robot] updated from transifex 2018-02-19 01:31:05 +00:00
Andras Timar
93297f33e7 Bump version to 2.0.2 2018-02-18 14:06:29 +01:00
Patrik Kernstock
14d894dbc6 Updated design of settings page (#174)
* Updated design of settings page

Signed-off-by: Patrik Kernstock <info@pkern.at>

* Changed indents

Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-02-18 14:01:14 +01:00
Patrik Kernstock
c1f708f61d Fix settings canonical webroot (#173)
* Use same order as in setSettings() func below

Signed-off-by: Patrik Kernstock <info@pkern.at>

* Fixed Canonical-Webroot setting

The Canonical-Webroot setting was not read properly on the /settings/admin/richdocuments settings page. So this also fixes the notices when visting the admin page: "Undefined index: canonical_webroot at /apps/richdocuments/templates/admin.php#44"

Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-02-18 13:16:07 +01:00
Andras Timar
adaec21323 try to fix info.xml again 2018-02-18 12:10:50 +01:00
Andras Timar
47d1c8c629 try to fix info.xml again 2018-02-18 01:26:47 +01:00
Andras Timar
292553464b try to fix info.xml again 2018-02-18 01:15:28 +01:00
Andras Timar
7780f88170 remove deprecated <description> from info.xml 2018-02-18 01:02:21 +01:00
Andras Timar
6d60e621aa do not allow empty file name in Save As dialog 2018-02-18 00:35:51 +01:00
Nextcloud bot
f732b2f72e
[tx-robot] updated from transifex 2018-02-17 01:33:08 +00:00
Nextcloud bot
f6d650b590
[tx-robot] updated from transifex 2018-02-16 01:32:36 +00:00
Andras Timar
06fa72ea93 Bump version to 2.0.1 2018-02-15 16:35:24 +01:00
Pranav Kant
327dd432ad Fix public link user relative (#170)
* Fixes #164 Don't allow relative save if it's a public link

* Fix "no name for guest user"

Check if editor is equal to null, not ''
2018-02-15 16:34:43 +01:00
Nextcloud bot
5beca83bc9
[tx-robot] updated from transifex 2018-02-15 01:33:59 +00:00
Nextcloud bot
65b0b606ff
[tx-robot] updated from transifex 2018-02-14 01:31:33 +00:00
Nextcloud bot
d82771829e
[tx-robot] updated from transifex 2018-02-12 22:49:08 +00:00
Morris Jobke
7e69cb1896
Fix tx config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 23:01:53 +01:00
Morris Jobke
30db4f2bf6
Merge pull request #169 from nextcloud/unperl-app
Move transifex config for updated l10n script
2018-02-12 18:11:42 +01:00
Morris Jobke
d950dea31b
Move transifex config for updated l10n script
See nextcloud/docker-ci#78 for details

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 17:51:15 +01:00
Nextcloud bot
ca7b59812d
[tx-robot] updated from transifex 2018-02-09 01:31:17 +00:00
Pranav Kant
f00e6cdb4a Support version restore states (#166)
See https://gerrit.libreoffice.org/gitweb?p=online.git;a=commit;h=1fabfd9fe34815cab54c1417cfc7e541adb6a341
for details
2018-02-08 10:34:56 +01:00
Pranav Kant
d61999d709 Restore code deleted by accident (#165)
This reverts some parts of
a08c0b7a5e0478e4b0e68694ca7d73f23a954e33
2018-02-08 10:23:52 +01:00
Nextcloud bot
97eda7976c
[tx-robot] updated from transifex 2018-02-08 01:29:47 +00:00