Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #10440 from owncloud/enforce-debug | Clark Tomlinson | 2014-08-15 | 1 | -7/+0 | |
| | | | | Remove ability to trigger DEBUG mode via cookie | |||||
* | change error text color to white for better contrast, fix #10424 | Jan-Christoph Borchardt | 2014-08-15 | 1 | -3/+2 | |
| | ||||||
* | Compare upload limit against biggest file | Oliver Gasser | 2014-08-15 | 1 | -4/+7 | |
| | | | | | When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files. | |||||
* | Update public.php | pzy | 2014-08-15 | 1 | -0/+5 | |
| | | | | | | | | | | added tag to make facebook load a preview picture Update public.php add check ifMimeSupported and put the thumbsize in a variable generate preview for all supported mimes | |||||
* | in order to prevent false-positives on the code checker - exec and eval will ↵ | Thomas Müller | 2014-08-14 | 1 | -4/+0 | |
| | | | | not longer be grepped for | |||||
* | we need the recipient as a additional parameter to know for which share the ↵ | Bjoern Schiessle | 2014-08-14 | 3 | -7/+9 | |
| | | | | notification was send | |||||
* | Fix issue when no apps are enabled | Vincent Petry | 2014-08-14 | 1 | -0/+1 | |
| | | | | Properly initialize $apps array | |||||
* | new unit test added | Bjoern Schiessle | 2014-08-14 | 1 | -4/+42 | |
| | ||||||
* | no error if we try to delete a file which no longer exists | Bjoern Schiessle | 2014-08-14 | 1 | -1/+2 | |
| | ||||||
* | no special action for folder named 'Shared' needed | Bjoern Schiessle | 2014-08-14 | 1 | -1/+1 | |
| | ||||||
* | add error message if user wants to rename a file which no longer exists | Bjoern Schiessle | 2014-08-14 | 2 | -4/+18 | |
| | ||||||
* | Cast file id's to int so we can compare them properly | Robin Appelman | 2014-08-14 | 2 | -2/+3 | |
| | ||||||
* | trigger lazy loading earlier, fix #9823 | Jan-Christoph Borchardt | 2014-08-14 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #10406 from owncloud/japanese-stable7 | Thomas Müller | 2014-08-13 | 1 | -1/+1 | |
|\ | | | | | fix japanese lang code | |||||
| * | fix japanese lang code | Volkan Gezer | 2014-08-13 | 1 | -1/+1 | |
|/ | ||||||
* | Typo fix NL | Volkan Gezer | 2014-08-13 | 1 | -1/+1 | |
| | ||||||
* | Load authentication backends before tryBasicAuth | gekmihesg | 2014-08-13 | 1 | -0/+3 | |
| | ||||||
* | add unit test for aes256/aes128 | Bjoern Schiessle | 2014-08-13 | 2 | -0/+192 | |
| | ||||||
* | update existing unit tests | Bjoern Schiessle | 2014-08-13 | 5 | -127/+16 | |
| | ||||||
* | support aes 256 | Bjoern Schiessle | 2014-08-13 | 11 | -84/+337 | |
| | ||||||
* | Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7 | Jörn Friedrich Dreyer | 2014-08-13 | 1 | -0/+23 | |
|\ | | | | | check quota when trying to download a file via new -> web | |||||
| * | check quota when trying to download a file via new -> web | Jörn Friedrich Dreyer | 2014-08-13 | 1 | -0/+23 | |
|/ | ||||||
* | fix broken variable name, recoveryPasswordSupported is now ↵ | Bjoern Schiessle | 2014-08-12 | 1 | -3/+3 | |
| | | | | recoveryEnabledForUser | |||||
* | add unit tests | Bjoern Schiessle | 2014-08-12 | 1 | -0/+47 | |
| | ||||||
* | fix detection of system wide mount points | Bjoern Schiessle | 2014-08-12 | 1 | -8/+33 | |
| | ||||||
* | Merge pull request #10271 from miicha/patch-2 | Jan-Christoph Borchardt | 2014-08-12 | 1 | -4/+3 | |
|\ | | | | | Fix display of checkboxes in Pale Moon | |||||
| * | remove obsolete code comment | miicha | 2014-08-11 | 1 | -2/+0 | |
| | | ||||||
| * | Fix display of checkboxes in Pale Moon | miicha | 2014-08-07 | 1 | -2/+3 | |
| | | | | | | | | | | In Pale Moon (24.7.1) the checkboxes in the file list are not in the responding line on the icon but all of them are next to the "select all" checkbox. This fix should not change anything in Firefox and chromium (on windows) but as the comment states it has to be checked on KDE/Qt. BTW why is position absolute naccessary? For my understanding relative is exactly what you want to use in such a case... | |||||
* | | remove 'no people found' entry | Bjoern Schiessle | 2014-08-12 | 1 | -12/+1 | |
| | | ||||||
* | | Add scrollto to the url if sharing a file for long file lists | Tom Needham | 2014-08-11 | 1 | -3/+9 | |
| | | ||||||
* | | Fix link to files and folders in internal share emails | Tom Needham | 2014-08-11 | 1 | -4/+3 | |
| | | ||||||
* | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-11 | 1 | -1/+2 | |
| | | ||||||
* | | Backport of #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -12/+18 | |
| | | | | | | | | | | | | | | | | Fix memberOf detection. Fixes: #9835 Fix remarks in #9848 Fix initializing in #9848 | |||||
* | | shared files/folders are not mounted | Thomas Müller | 2014-08-11 | 1 | -1/+1 | |
| | | ||||||
* | | update unit test, min date should be always today + 1 | Bjoern Schiessle | 2014-08-11 | 1 | -3/+5 | |
| | | ||||||
* | | set minDate always to today + one day | Bjoern Schiessle | 2014-08-11 | 1 | -2/+8 | |
| | | ||||||
* | | simplify app navigation look | Jan-Christoph Borchardt | 2014-08-11 | 1 | -9/+2 | |
| | | | | | | | | | | | | * remove superfluous border as it is distinguished enough via background color * remove superfluous border from settings entry * fix settings entry width | |||||
* | | Add group management to the public api | Robin Appelman | 2014-08-10 | 7 | -48/+235 | |
| | | ||||||
* | | remove confusing 'automatic logon rejected' message, fix #8591 | Jan-Christoph Borchardt | 2014-08-09 | 1 | -8/+0 | |
| | | ||||||
* | | Merge pull request #10287 from owncloud/fix_search_in_shared_files_stable7 | Thomas Müller | 2014-08-08 | 2 | -62/+101 | |
|\ \ | | | | | | | Fix search in shared files stable7 | |||||
| * | | add test for search() in shared cache | Jörn Friedrich Dreyer | 2014-08-08 | 1 | -3/+75 | |
| | | | ||||||
| * | | traverse folders in php to search in shared files | Jörn Friedrich Dreyer | 2014-08-08 | 1 | -59/+26 | |
| | | | ||||||
* | | | remove share permissions if user is excluded from sharing | Bjoern Schiessle | 2014-08-08 | 1 | -0/+10 | |
| | | | ||||||
* | | | only show "share with others" and "share by link" navigation bar entries if ↵ | Bjoern Schiessle | 2014-08-08 | 1 | -18/+22 | |
|/ / | | | | | | | user is allowed to share files | |||||
* | | add logout hook to remove keys from session | Bjoern Schiessle | 2014-08-08 | 4 | -4/+19 | |
| | | ||||||
* | | implement a txt preview fallback for the case that ttf is not support | Georg Ehrke | 2014-08-07 | 1 | -1/+8 | |
| | | ||||||
* | | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a ↵ | Arthur Schiwon | 2014-08-07 | 1 | -1/+1 | |
|/ | | | | unexisting function, fixes #9829 | |||||
* | Use human readable relative date for oc-dialog-filepickers | Tom Needham | 2014-08-07 | 1 | -1/+1 | |
| | ||||||
* | we can only close the session if encryption is not used | Thomas Müller | 2014-08-07 | 1 | -1/+4 | |
| | ||||||
* | fix tiny thumbnails in public preview/share mode | Dan Jones | 2014-08-07 | 1 | -0/+1 | |
| |