Commit graph

11765 commits

Author SHA1 Message Date
David Luhmer
f077a7ef33 use getter methods to access NextcloudRequest's variables / add support to disable follow-redirects 2018-09-02 14:51:14 +02:00
Andy Scherzinger
ead9656b62
Merge pull request #2950 from nextcloud/ignoreTranslationTypos
ignore (potential) typos in translations
2018-09-02 14:19:45 +02:00
nextcloud-android-bot
348610ee02 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-09-02 12:13:36 +00:00
Andy Scherzinger
4b88bf60f4
Merge c5260199a8 into a1a1102db1 2018-09-02 12:11:32 +00:00
AndyScherzinger
c5260199a8
extract string calculation into separate method 2018-09-02 14:11:19 +02:00
AndyScherzinger
6c0a48d9b4
ignore (potential) typos in translations 2018-09-02 13:56:15 +02:00
Nextcloud bot
a1a1102db1
[tx-robot] updated from transifex 2018-09-02 00:49:00 +00:00
Nextcloud bot
c9001258e9
[tx-robot] updated from transifex 2018-09-01 00:46:44 +00:00
Nextcloud bot
3893aff40f
[tx-robot] updated from transifex 2018-08-31 00:46:57 +00:00
David Luhmer
6978fd35d1 fix lint issue "Do not add empty strings" 2018-08-30 18:24:46 +02:00
David Luhmer
65dde41927 add non-translatable flag to single sign on permission labels 2018-08-30 17:00:50 +02:00
Andy Scherzinger
8e0c85eb60
Merge pull request #2937 from nextcloud/noFirstRunOnBrander
Do not show first run activity for brander
2018-08-30 16:12:50 +02:00
Andy Scherzinger
6d4144da4c
Merge pull request #2945 from nextcloud/useGenericUAonSimpleSignup
Use generic nextcloud user agent on simple signup
2018-08-30 16:03:27 +02:00
tobiasKaminsky
2271760da8
use generic nextcloud user agent on simple signup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-30 14:42:29 +02:00
Andy Scherzinger
706b40d07b
Merge pull request #2943 from nextcloud/checkLibraryOnlyOnMaster
Check library check only when base branch is master
2018-08-30 13:25:49 +02:00
tobiasKaminsky
53b52297d5
Check library check only when base branch is master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-30 13:07:12 +02:00
Nextcloud bot
340c55cdef
[tx-robot] updated from transifex 2018-08-30 00:44:59 +00:00
tobiasKaminsky
c02ed9805f
do not show first run activity for brander
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-29 17:47:16 +02:00
Nextcloud bot
cf6ec8a85d
[tx-robot] updated from transifex 2018-08-29 00:45:07 +00:00
Tobias Kaminsky
b0ae0f521f daily dev 20180829 2018-08-29 00:33:01 +02:00
David Luhmer
c1d4d3d484 Merge branch 'master' into sso 2018-08-28 20:41:00 +02:00
Andy Scherzinger
cf12ce6d79
Merge pull request #2881 from nextcloud/simpleSignup
Simple signup
2018-08-28 18:27:55 +02:00
Andy Scherzinger
340eac5e20
Merge pull request #2864 from nextcloud/externalLinkEmbedded
add redirect info to external link
2018-08-28 18:25:14 +02:00
AndyScherzinger
f0d29d51bc
switch back to lib master 2018-08-28 18:04:25 +02:00
tobiasKaminsky
07683a5f03
add redirect info to external link
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-28 18:04:24 +02:00
Andy Scherzinger
e564a297cf
Merge pull request #2887 from nextcloud/unlimitedQuota
show disk usage if no quota is set
2018-08-28 18:01:19 +02:00
Andy Scherzinger
3400cd54d4
Merge pull request #2928 from nextcloud/checkLibraryHook
Check library hook
2018-08-28 17:58:03 +02:00
AndyScherzinger
9560402760
colorize/theme only the progress, don't tint the background for the progress bar 2018-08-28 17:50:02 +02:00
tobiasKaminsky
09cd54e201
quota: on >80% red, else primary color
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-28 15:12:12 +02:00
tobiasKaminsky
ba9f97cd60
also show relative info on unlimited quota
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-28 15:12:11 +02:00
tobiasKaminsky
0f9e95ad95
show disk usage if no quota is set
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-28 15:12:08 +02:00
tobiasKaminsky
3017869438
check library
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-28 14:55:34 +02:00
Andy Scherzinger
c2f0a72ce5
Merge pull request #2884 from nextcloud/newTask
Opens file in new task
2018-08-28 14:05:23 +02:00
Andy Scherzinger
59c4005dbf
Merge pull request #2930 from nextcloud/master-SNAPSHOT
use master-SNAPSHOT version
2018-08-28 09:45:43 +02:00
Andy Scherzinger
e3edf21536
use master-SNAPSHOT version 2018-08-28 09:33:01 +02:00
Andy Scherzinger
5d4e452fbe
Merge pull request #2861 from jmintb/fix-#2859
Clear file selection after performing various multi file selection actions - fix#2859
2018-08-28 08:33:23 +02:00
Jessie Chatham Spencer
17b7bfb459
Clear selection when deleting local files
The selection was not cleared when deleting a file locally.

Now the selection mode is cleared after deleting files locally.
2018-08-28 08:09:50 +02:00
Jessie Chatham Spencer
ada2f4698a
Clear file selection - fix#2859
After selecting files and pressing
copy/move/download/sync/set-available-offline/unset-available-offline,
we exit the selection mode.
2018-08-28 08:09:46 +02:00
Nextcloud bot
7c81e21440
[tx-robot] updated from transifex 2018-08-28 00:46:11 +00:00
David Luhmer
e360ce456a update NextcloudRequest serialization id 2018-08-27 14:15:55 +02:00
David Luhmer
96e79e71fb add more exceptions / improve error handling 2018-08-27 14:15:33 +02:00
David Luhmer
614982a642 add calling package name if it's not set (when validating auth token) 2018-08-27 12:57:02 +02:00
David Luhmer
0234e8097f validate tokens in a way that timing attacks are not possible 2018-08-27 11:35:20 +02:00
David Luhmer
57e7eee9ff remove check for package name as it can be faked easily 2018-08-27 11:34:44 +02:00
David Luhmer
97b924d545 add custom exception for unsupported http method call 2018-08-27 11:34:07 +02:00
David Luhmer
e84be102ff fix broken import of custom exceptions after refactoring 2018-08-27 11:19:52 +02:00
David Luhmer
e387edc696 Add custom exceptions to constants class as well 2018-08-27 11:13:52 +02:00
David Luhmer
dbef39c436 Use constants for username/token/url 2018-08-27 11:12:58 +02:00
David Luhmer
8133875769 create constants for custom exceptions 2018-08-27 11:05:56 +02:00
AndyScherzinger
f97b7e4ea1
place license header at the top of the file 2018-08-27 10:50:10 +02:00