summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use a variable for the DBMS tyoe we are converting to.Andreas Fischer2014-04-151-4/+5
|
* Add Bart to PgSqlTools copyright.Andreas Fischer2014-04-151-0/+1
|
* Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-15466-6395/+8598
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (61 commits) [tx-robot] updated from transifex Make email display name change translatable again Ignore jquery.multiselect.js - it's 3rdparty javascript code cleanup + fixing syntax errors Revert "close-button for share_dropdown" close-button for share_dropdown [tx-robot] updated from transifex The latest developer manual link The latest developer manual link p() and print_unescaped() also take arrays as parameter Check whether the user has permissions to add personal storage backends [tx-robot] updated from transifex Fix a wrong WebDAV Warning with self-signed-certs fix translation link upda mailinglist address fix contribute link default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute Correctly process request parameters other than GET or POST, dont use globals in the class but inject it [tx-robot] updated from transifex use references for middleware to fix problems on 5.3 ...
| * Merge pull request #8200 from owncloud/js-cleanup-dialogs-masterThomas Müller2014-04-151-173/+166
| |\ | | | | | | javascript code cleanup + fixing syntax errors
| | * javascript code cleanup + fixing syntax errorsThomas Müller2014-04-141-173/+166
| | |
| * | Merge pull request #7780 from owncloud/share-file-existsBjörn Schießle2014-04-152-0/+33
| |\ \ | | | | | | | | Verify that a file exists before we share it
| | * | add tests for sharing files the users doesn't have access toRobin Appelman2014-04-031-0/+23
| | | |
| | * | Verify that a file exists before we share itRobin Appelman2014-04-021-0/+10
| | | |
| * | | Merge pull request #8207 from owncloud/translate-name-email-changeLukas Reschke2014-04-152-2/+2
| |\ \ \ | | | | | | | | | | Make email, display name change translatable again
| | * | | Make email display name change translatable againVolkan Gezer2014-04-152-2/+2
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1512-12/+12
| |/ / /
| * | | Merge pull request #8059 from owncloud/countUsersInGroupLukas Reschke2014-04-148-1/+317
| |\ \ \ | | | | | | | | | | add optional countUsersInGroup method to group backends
| | * | | add tests for LDAPArthur Schiwon2014-04-081-0/+115
| | | | |
| | * | | fix return value when a search string was passed to return integer instead ↵Arthur Schiwon2014-04-081-1/+2
| | | | | | | | | | | | | | | | | | | | of array
| | * | | add group testsArthur Schiwon2014-04-081-0/+62
| | | | |
| | * | | ask implementsAction instead of checking method_exists for easier testingArthur Schiwon2014-04-081-1/+1
| | | | |
| | * | | implement countUsersInGroup in LDAP group backendArthur Schiwon2014-04-082-1/+92
| | | | |
| | * | | add optional countUsersInGroup method to group backendsArthur Schiwon2014-04-084-0/+47
| | | | |
| * | | | Merge pull request #8178 from owncloud/fix-request-parametersLukas Reschke2014-04-145-64/+64
| |\ \ \ \ | | | | | | | | | | | | Correctly process request parameters other than GET or POST, dont use gl...
| | * | | | default to GET request when no method is set to fix unittests, also set ↵Bernhard Posselt2014-04-124-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | parsed json parameters on the post attribute
| | * | | | Correctly process request parameters other than GET or POST, dont use ↵Bernhard Posselt2014-04-122-50/+39
| | | | | | | | | | | | | | | | | | | | | | | | globals in the class but inject it
| * | | | | Ignore jquery.multiselect.js - it's 3rdpartyThomas Müller2014-04-141-0/+1
| | |_|_|/ | |/| | |
| * | | | Revert "close-button for share_dropdown"Julian Müller2014-04-141-5/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 3bc3d4c9f346b378853ccf36f49e2f3816ea721d.
| * | | | close-button for share_dropdownJulian Müller2014-04-141-0/+5
| | | | |
| * | | | Merge pull request #8181 from owncloud/fix_wrong_webdav_warningThomas Müller2014-04-142-0/+15
| |\ \ \ \ | | | | | | | | | | | | Fix a wrong WebDAV Warning with self-signed-certs
| | * | | | Fix a wrong WebDAV Warning with self-signed-certskondou2014-04-132-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Occuring in the admin interface
| * | | | | Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller2014-04-142-144/+230
| |\ \ \ \ \ | | | | | | | | | | | | | | Thumbnail fixes
| | * | | | | adding unit test for cache mechanismThomas Müller2014-04-042-89/+145
| | | | | | |
| | * | | | | fixing typos/spellingsThomas Müller2014-04-042-20/+27
| | | | | | |
| | * | | | | fix float comparison for negative resultsJörn Friedrich Dreyer2014-04-031-2/+2
| | | | | | |
| | * | | | | extract more methodsJörn Friedrich Dreyer2014-04-021-46/+63
| | | | | | |
| | * | | | | extract method isCachedBiggerJörn Friedrich Dreyer2014-04-021-14/+33
| | | | | | |
| | * | | | | remove unnecessary codeJörn Friedrich Dreyer2014-04-021-16/+2
| | | | | | |
| | * | | | | compare floats with epsilonJörn Friedrich Dreyer2014-04-021-1/+2
| | | | | | |
| * | | | | | Merge pull request #8156 from owncloud/fix-middleware-containerThomas Müller2014-04-141-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | fix the middleware registration process in the container
| | * | | | | | use references for middleware to fix problems on 5.3Bernhard Posselt2014-04-111-2/+3
| | | | | | | |
| | * | | | | | fix the middleware registration process in the containerBernhard Posselt2014-04-101-3/+2
| | | | | | | |
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1430-213/+232
| | | | | | | |
| * | | | | | | The latest developer manual linkVolkan Gezer2014-04-131-1/+1
| | | | | | | |
| * | | | | | | Merge pull request #8188 from owncloud/print-does-also-take-arThomas Müller2014-04-131-4/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p() and print_unescaped() also take arrays as parameter
| | * | | | | | | p() and print_unescaped() also take arrays as parameterLukas Reschke2014-04-131-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some scrutinizer issues.
| * | | | | | | | The latest developer manual linkVolkan Gezer2014-04-131-1/+1
| | | | | | | | |
| * | | | | | | | Merge pull request #8182 from owncloud/check-user-mountiRobin McCorkell2014-04-131-0/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Check whether the user has permissions to add personal storage backends
| | * | | | | | | Check whether the user has permissions to add personal storage backendsLukas Reschke2014-04-131-0/+6
| | | | | | | | |
| * | | | | | | | Merge pull request #8165 from owncloud/karma-removewarningsLukas Reschke2014-04-131-0/+8
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Remove annoying karma 404 warnings for images
| | * | | | | | | Remove annoying karma 404 warnings for imagesVincent Petry2014-04-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Karma now serves images from core to avoid polluting the logs with a lot of 404 warnings. This also makes it easier to read the test errors during development.
| * | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1359-182/+238
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | fix translation linkVolkan Gezer2014-04-131-1/+1
| | | | | | | |
| * | | | | | | upda mailinglist addressVolkan Gezer2014-04-131-1/+1
| | | | | | | |
| * | | | | | | fix contribute linkVolkan Gezer2014-04-121-1/+1
| | | | | | | |