Morris Jobke
8abf6e0ed1
fixed code
2016-06-20 18:50:56 +02:00
Morris Jobke
555a3b597e
fixed translations
2016-06-20 18:50:46 +02:00
Vincent Petry
dc3db4e1c0
Delay files_sharing's registerMountProviders
...
This moves registerMountProviders until after the sharing backends were
registered. In some situations registerMountProviders will trigger
listeners which might require filesystem access which itself would
mount shares, which itself requires the sharing backends to be
initialized.
2016-06-20 17:39:00 +02:00
Vincent Petry
f11e486025
Make getShareFolder use given view instead of static FS ( #25150 )
2016-06-20 17:39:00 +02:00
Vincent Petry
280c288bc0
Convert Dropbox Forbidden exception to StorageNotAvailableException
2016-06-20 17:37:55 +02:00
Morris Jobke
4ca0963973
Merge pull request #170 from nextcloud/fix-references-stable9
...
[stable9] Fix some ownCloud/Nextcloud references
2016-06-20 16:02:32 +02:00
Bjoern Schiessle
741f5fefea
no need to mention ownCloud explicitely
2016-06-20 15:16:04 +02:00
Bjoern Schiessle
bf15ec5914
fix references in encryption app
2016-06-20 15:09:08 +02:00
Bjoern Schiessle
5dd48347ea
fix references in the federation app
2016-06-20 15:02:58 +02:00
Bjoern Schiessle
299f854f00
fix references in the federated files sharing provider
2016-06-20 14:50:13 +02:00
Jan-Christoph Borchardt
8ea06c8569
fix padding of 3-dot button on mobile
2016-06-15 15:54:30 +02:00
Lukas Reschke
d3374220f5
Merge pull request #75 from nextcloud/brand-to-nextcloud
...
Brand to nextcloud
2016-06-14 11:42:48 +02:00
Lukas Reschke
3ead2b12ed
Add some super basic cache busting
...
At least the logo should be correct after an update.....
2016-06-14 09:10:52 +02:00
Lukas Reschke
b63482bd97
Merge pull request #80 from nextcloud/dont-show-updater-if-updater-is-incompatible
...
[stable9] Don't show the updater if updater is incompatible
2016-06-14 08:51:38 +02:00
Lukas Reschke
5e2bf16db1
[stable9] Don't show the updater if updater is incompatible
...
Prevents us from breaking instances.
2016-06-13 23:49:46 +02:00
Arthur Schiwon
a761fd65f0
Merge branch 'stable9' of https://github.com/owncloud/core into downstream-160613
2016-06-13 23:45:21 +02:00
Lukas Reschke
7e5b0ad249
Do not link to ownCloud Federation page
2016-06-13 19:33:27 +02:00
Roeland Douma
d41d5c48f0
Show the path relative to the requesting user ( #25067 )
...
A share can only be requested by 3 'types' of people
* owner
* initiator
* recipient
So we have to get the path as the current user. Since that is the only
path that has any meaning to the user.
- Fixed tests
2016-06-13 12:47:21 +02:00
Lukas Reschke
f3b299be78
Show spinner for files_drop again
...
Somehow the spinner wasn't there anymore after some changes. This makes it appear again.
2016-06-13 01:07:05 +02:00
Arthur Schiwon
7f5048e2e5
smaller files drop fixes
...
* fix infinite spinner on blacklisted files
* move HTML to template
* indentation
2016-06-13 00:15:09 +02:00
Lukas Reschke
68c38ae8c2
[stable9] Backport files drop feature
2016-06-11 11:38:16 +02:00
Lukas Reschke
96c3a3a647
Merge pull request #51 from nextcloud/fix-some-more-branding-texts
...
Adjust some more branding texts
2016-06-11 10:52:52 +02:00
Lukas Reschke
7cc37b08ed
Merge pull request #37 from nextcloud/downstream-stable9-160610
...
Downstream stable9 16-06-10
2016-06-11 10:49:45 +02:00
Lukas Reschke
218e4b48ad
Adjust some more branding texts
...
Replaces ownCloud with Nextcloud in the user-facing messages
2016-06-11 10:46:02 +02:00
Lukas Reschke
bd8d50d125
Merge pull request #44 from nextcloud/stable9-add-same-site-cookies
...
[stable9] Add Same Site Cookie protection
2016-06-11 10:31:24 +02:00
Lukas Reschke
7d92165b99
Merge pull request #43 from nextcloud/stable9-pr
...
[stable9] Backport auditing app
2016-06-10 18:13:53 +02:00
Lukas Reschke
2c6a5fcf91
Add Same Site Cookie protection
2016-06-10 17:15:43 +02:00
Bjoern Schiessle
22bbb047a0
log events from versions app
2016-06-10 15:49:58 +02:00
Bjoern Schiessle
0880cba816
listen to trash bin and group manager hooks
2016-06-10 15:49:46 +02:00
Lukas Reschke
c2571cca41
Add basic audit component to logger
...
Logs already:
- Share events
- Authentication events
- User management events
- File action events
2016-06-10 15:44:27 +02:00
Jan-Christoph Borchardt
8d32813c42
backport design change
2016-06-10 15:31:57 +02:00
Vincent Petry
9edcdb33c7
Merge pull request #24950 from owncloud/stable9-fixdynamicldapgroupaccess
...
[stable9] Fixed dynamic group ldap access
2016-06-10 11:07:28 +02:00
Vincent Petry
fba4460342
Add unit test for LDAP multi group caching
2016-06-09 18:02:09 +02:00
Victor Dubiniuk
f5d83e85b7
Construct path to the version file from the current directory and filename. Fixes #22450
2016-06-08 20:32:51 +03:00
Vincent Petry
b37f2e230b
Use array_merge when reading cached groups members
2016-06-08 11:24:22 +02:00
Joas Schilling
afb4c1e694
Allow public upload when the quota is unlimited ( #24988 )
2016-06-06 13:48:38 +02:00
Vincent Petry
6e7eb87c80
Merge pull request #24951 from owncloud/backport-24949-internal-server-error-in-sync-client-on-forbidden-directurl
...
[9.0] Catch the ForbiddenException to make sure it gets handled
2016-06-06 11:34:18 +02:00
Joas Schilling
c433218aa1
Catch the ForbiddenException to make sure it gets handled
2016-06-03 15:16:11 +02:00
Dmitry Popov
825d1c105d
My fix for #24272 , #23613 , File not found when single file in a folder ( #24800 )
...
* Fixed group share searching for members of
multiple group. Issue #11808 .
* Fixed group share searching, continued.
Avoid searching for empty group list in getItemSharedWithUser().
Broke tests in previous commit, #12030 .
* Simler check for group count.
* Fix for https://github.com/owncloud/core/issues/24783 , described there
* Now it's #24272 , 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.
2016-06-02 18:46:03 +02:00
Vincent Petry
afe8ee0674
Merge pull request #24958 from owncloud/stable9_24869
...
[stable9] Use a capped memory cache for the user/group cache
2016-06-02 10:38:30 +02:00
Roeland Jago Douma
0efe3ba62e
Use a capped memory cache for the user/group cache
...
For #24403
When upgrading huge installations this can lead to memory problems as
the cache will only grow and grow.
Capping this memory will make sure we don't run out while during normal
operation still basically cache everything.
2016-06-01 21:31:14 +02:00
Vincent Petry
8f04bf3793
Backport of share id as string fix
2016-06-01 17:48:35 +02:00
Arthur Schiwon
087f005936
formatting, white-space changes only
2016-06-01 16:28:02 +02:00
alexweirig
f112ece1f2
fixed possible indention problem
...
spaces -> tab conversion
2016-06-01 16:27:57 +02:00
alexweirig
c342dcbcee
Fixing group handling
...
added back the cache processing and fixed
2016-06-01 16:27:52 +02:00
alexweirig
6d74ef71b5
Fixed dynamic group ldap access
...
getUserGroups:
Using $userDN instead of $uid to query LDAP
Converting groupDN to group name using API instead of substring
Removing cache processing at the end of the method
2016-06-01 16:27:42 +02:00
Vincent Petry
0ec4098955
Merge pull request #24830 from owncloud/stable9-lenz1111-share_download_range_requests_support
...
[stable9] lenz1111's fantastic share download range requests support
2016-05-30 12:27:16 +02:00
Vincent Petry
761a0b252c
Merge pull request #24839 from owncloud/shared-storage-local-9
...
[9.0] Improve isLocal performance for SharedStorage
2016-05-30 12:23:32 +02:00
Fabian
da0ee2ce3a
dont update search onResize ( #24848 )
2016-05-30 11:31:39 +02:00
Björn Schießle
b8c4233c7d
don't fail on "bad signature" during login. Most likely this happens because ( #24837 )
...
the login password changed at the user back-end (e.g ldap). Such failures will
be handled after login correctly by allowing the user to adjust the passwords
2016-05-30 11:19:57 +02:00